Merge remote-tracking branch 'origin/test6.9.8' into test6.9.8
Showing
1 changed file
with
1 additions
and
3 deletions
@@ -611,9 +611,7 @@ public class AppraiseService { | @@ -611,9 +611,7 @@ public class AppraiseService { | ||
611 | 611 | ||
612 | //记录操作记录 | 612 | //记录操作记录 |
613 | orderOperateRecordService.addRecord(orderCode, "买家操作", OperateTypeEnum.OPERATE_TYPE_QUALITY_MINI_FAULT_PASS); | 613 | orderOperateRecordService.addRecord(orderCode, "买家操作", OperateTypeEnum.OPERATE_TYPE_QUALITY_MINI_FAULT_PASS); |
614 | - //TODO 发消息 瑕疵接收,只给卖家发消息 | ||
615 | - Product product = Optional.ofNullable(sellerOrderGoods).map(SellerOrderGoods::getProductId).map(productMapper::selectByPrimaryKey).orElse(null); | ||
616 | - inBoxFacade.appraisePassNoticeSeller(buyerUid, orderCode, sellerOrderGoods); | 614 | + sellerNoticeFacade.appraisePass(buyerUid, orderCode, sellerOrderGoods); |
617 | } else { | 615 | } else { |
618 | throw new ServiceException(ServiceError.ORDER_STATUS_INVALIDATE); // 更新失败,可能是因为订单状态已经被并发修改 | 616 | throw new ServiceException(ServiceError.ORDER_STATUS_INVALIDATE); // 更新失败,可能是因为订单状态已经被并发修改 |
619 | } | 617 | } |
-
Please register or login to post a comment