yujian
2019-02-28 70c9043f312a52a922cb15490d90a172b3515060
fanli/src/main/java/com/yeshi/fanli/service/impl/order/PidOrderServiceImpl.java
@@ -298,6 +298,7 @@
                  
                  //统计分享订单的数据
                  try {
                     hongBao.setAuctionId(order.getAuctionId());
                     userShareGoodsGroupService.updateOrderRecord(hongBao);
                  } catch (UserShareGoodsRecordException e1) {
                     try {
@@ -307,14 +308,6 @@
                     }
                  }
                  
                  try {
                     // 第三方提成订单被统计的通知
                     userNotificationService.tiChengStatisticed(hongBao.getUserInfo().getId(),
                           hongBao.getOrderId(), hongBao.getMoney());
                  } catch (Exception e) {
                  }
                  PidOrder updatePidOrder = new PidOrder();
                  updatePidOrder.setId(order.getId());
@@ -341,12 +334,7 @@
                        hongBao2.setOrderId(order.getOrderId());
                        hongBaoMapper.insertSelective(hongBao2);
                        try {
                           // 第三方提成订单被统计的通知
                           userNotificationService.tiChengStatisticed(hongBao2.getUserInfo().getId(),
                                 hongBao2.getOrderId(), hongBao2.getMoney());
                        } catch (Exception e) {
                        }
                     }
@@ -369,12 +357,6 @@
                           hongBao3.setOrderId(order.getOrderId());
                           hongBaoMapper.insertSelective(hongBao3);
                           try {
                              // 第三方提成订单被统计的通知
                              userNotificationService.tiChengStatisticed(hongBao3.getUserInfo().getId(),
                                    hongBao3.getOrderId(), hongBao3.getMoney());
                           } catch (Exception e) {
                           }
                        }
                     }
                  }