yujian
2019-05-30 a04db7a0622fa8ce524e15657a03b4a2b94fc47a
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);
      }
   }