admin
2020-04-15 ee5c8055b1c0dd7c67a9025a76b10bd287c93d9a
fanli/src/main/java/com/yeshi/fanli/service/impl/order/LostOrderServiceImpl.java
@@ -270,8 +270,7 @@
            update.setResultCode(LostOrder.RESULT_CODE_FAIL);
            lostOrderMapper.updateByPrimaryKeySelective(update);
            // 添加通知
            userOrderMsgNotificationService.orderFoundFail(order.getUserInfo().getId(), order.getOrderId(), null, 1,
                  new Date(order.getHandleTime()));
            userOrderMsgNotificationService.orderFoundFail(order.getUserInfo().getId(), order.getOrderId());
         }
   }
@@ -288,8 +287,7 @@
            update.setResultCode(LostOrder.RESULT_CODE_FAIL);
            lostOrderMapper.updateByPrimaryKeySelective(update);
            // 添加通知
            userOrderMsgNotificationService.orderFoundFail(order.getUserInfo().getId(), order.getOrderId(), null, 1,
                  new Date(order.getHandleTime()));
            userOrderMsgNotificationService.orderFoundFail(order.getUserInfo().getId(), order.getOrderId());
         }
   }