...
|
...
|
@@ -1741,13 +1741,14 @@ public class AppraiseService { |
|
|
List<Integer> skupList = buyerOrderGoodses.stream().map(BuyerOrderGoods::getSkup).collect(Collectors.toList());
|
|
|
|
|
|
sellerOrderGoodsMapper.updateDeptNoBySkups(skupList, appraiseExpressInfoBo.getDepotNum());
|
|
|
expressRecordMapper.updateDeptNoByOrder(orderCodeList, EnumExpressType.EXPRESS_TYPE_1.getCode(), appraiseExpressInfoBo.getDepotNum());
|
|
|
|
|
|
productProxyService.setBatchDepotNum(skupList, appraiseExpressInfoBo.getDepotNum());
|
|
|
}
|
|
|
|
|
|
// 更新鉴定订单的鉴定室
|
|
|
appraiseOrderGoodsMapper.updateBatchDepotNo(orderCodeList, appraiseExpressInfoBo.getDepotNum());
|
|
|
|
|
|
expressRecordMapper.updateDeptNoByOrder(orderCodeList, EnumExpressType.EXPRESS_TYPE_1.getCode(), appraiseExpressInfoBo.getDepotNum());
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|