admin
2020-06-10 271ae63c20fcbe28d29c47f1881138ff6551a2a1
fanli/src/main/java/com/yeshi/fanli/util/SpringContext.java
@@ -735,8 +735,9 @@
                        String key = its.next();
                        try {
                           String orderId = map.get(key);
                           LogHelper.test("唯品会订单消费:"+orderId);
                           if (!StringUtil.isNullOrEmpty(orderId)) {
                              List<VipShopOrder> orderList = vipShopOrderService.listByOrderSn(orderId);
                              List<VipShopOrder> orderList = vipShopOrderService.listDetailByOrderSn(orderId);
                              if (orderList != null)
                                 for (VipShopOrder order : orderList)
                                    orderProcessService.processVipShopOrder(order);
@@ -748,7 +749,7 @@
                     }
                  }
               } catch (Exception e) {
                  LogHelper.error("唯品会订单:" + e.getMessage());
                  LogHelper.errorDetailInfo(e);
               }
            }
         }
@@ -783,7 +784,7 @@
                     }
                  }
               } catch (Exception e) {
                  LogHelper.error("苏宁订单:" + e.getMessage());
                  LogHelper.errorDetailInfo(e);
               }
            }
         }