Commit 1c77be18 authored by Administrator's avatar Administrator

Merge branch 'release' into 'jd_dev'

Release分支合并到jd分支011702

See merge request !85
parents 48386091 5b47b3b2
......@@ -610,7 +610,7 @@ public class BoxMergePkgServiceImpl extends AbstractService<BoxMergePkgMapper, B
item.setUnits(units);
// 是否有关联单
boolean hasRelationOrder = AllOrderItemDOS.stream().anyMatch(t -> t.getGuanLianOrderCount() > 0);
boolean hasRelationOrder = orderItemDOS.stream().anyMatch(t -> t.getGuanLianOrderCount() > 0);
item.setHasRelationOrder(hasRelationOrder);
List<BoxOrderCheckInfoDO> installBox = boxMergePkgMapper.getInstallBoxByShipmentId(shipmentId, item.getOrderId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment