yujian
2019-07-11 876b7917a2ba518ae77ca47f1cd57c58d5e8e84c
fanli/src/main/java/com/yeshi/fanli/job/UpdateCommonOrderJob.java
@@ -117,11 +117,7 @@
      try {
         taoBaoOrderService.addTaoBaoOrderList(orderList);
      } catch (Exception e) {
         try {
            LogHelper.errorDetailInfo(e);
         } catch (Exception e1) {
            e1.printStackTrace();
         }
         LogHelper.errorDetailInfo(e);
      }
      if (orderList != null)
@@ -175,11 +171,7 @@
            }
         }
      } catch (Exception e) {
         try {
            LogHelper.errorDetailInfo(e);
         } catch (Exception e1) {
            e1.printStackTrace();
         }
         LogHelper.errorDetailInfo(e);
      }
   }