Authored by mali

更新鉴定中心地址的时候,更新物流表的鉴定中心

@@ -1741,13 +1741,14 @@ public class AppraiseService { @@ -1741,13 +1741,14 @@ public class AppraiseService {
1741 List<Integer> skupList = buyerOrderGoodses.stream().map(BuyerOrderGoods::getSkup).collect(Collectors.toList()); 1741 List<Integer> skupList = buyerOrderGoodses.stream().map(BuyerOrderGoods::getSkup).collect(Collectors.toList());
1742 1742
1743 sellerOrderGoodsMapper.updateDeptNoBySkups(skupList, appraiseExpressInfoBo.getDepotNum()); 1743 sellerOrderGoodsMapper.updateDeptNoBySkups(skupList, appraiseExpressInfoBo.getDepotNum());
1744 - expressRecordMapper.updateDeptNoByOrder(orderCodeList, EnumExpressType.EXPRESS_TYPE_1.getCode(), appraiseExpressInfoBo.getDepotNum());  
1745 1744
1746 productProxyService.setBatchDepotNum(skupList, appraiseExpressInfoBo.getDepotNum()); 1745 productProxyService.setBatchDepotNum(skupList, appraiseExpressInfoBo.getDepotNum());
1747 } 1746 }
1748 1747
1749 // 更新鉴定订单的鉴定室 1748 // 更新鉴定订单的鉴定室
1750 appraiseOrderGoodsMapper.updateBatchDepotNo(orderCodeList, appraiseExpressInfoBo.getDepotNum()); 1749 appraiseOrderGoodsMapper.updateBatchDepotNo(orderCodeList, appraiseExpressInfoBo.getDepotNum());
  1750 +
  1751 + expressRecordMapper.updateDeptNoByOrder(orderCodeList, EnumExpressType.EXPRESS_TYPE_1.getCode(), appraiseExpressInfoBo.getDepotNum());
1751 } 1752 }
1752 } 1753 }
1753 1754