yujian
2019-01-22 88b54772dbcf5ecab1e2316e4e4626ac901b8908
fanli/src/main/java/com/yeshi/fanli/service/impl/order/PidOrderServiceImpl.java
@@ -309,14 +309,6 @@
                  }
                  
                  try {
                     // 第三方提成订单被统计的通知
                     userNotificationService.tiChengStatisticed(hongBao.getUserInfo().getId(),
                           hongBao.getOrderId(), hongBao.getMoney());
                  } catch (Exception e) {
                  }
                  PidOrder updatePidOrder = new PidOrder();
                  updatePidOrder.setId(order.getId());
                  updatePidOrder.setLocalUpdateTime(new Date());
@@ -342,12 +334,7 @@
                        hongBao2.setOrderId(order.getOrderId());
                        hongBaoMapper.insertSelective(hongBao2);
                        try {
                           // 第三方提成订单被统计的通知
                           userNotificationService.tiChengStatisticed(hongBao2.getUserInfo().getId(),
                                 hongBao2.getOrderId(), hongBao2.getMoney());
                        } catch (Exception e) {
                        }
                     }
@@ -370,12 +357,6 @@
                           hongBao3.setOrderId(order.getOrderId());
                           hongBaoMapper.insertSelective(hongBao3);
                           try {
                              // 第三方提成订单被统计的通知
                              userNotificationService.tiChengStatisticed(hongBao3.getUserInfo().getId(),
                                    hongBao3.getOrderId(), hongBao3.getMoney());
                           } catch (Exception e) {
                           }
                        }
                     }
                  }