yujian
2019-07-11 c44ff90c2610ecfbb87ace8dea0d636cf07817cb
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);
      }
   }