| | |
| | | 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());
|
| | | }
|
| | | }
|
| | |
|
| | |
| | | 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());
|
| | | }
|
| | | }
|
| | |
|