Commit 981cfd9d authored by 332784038@qq.com's avatar 332784038@qq.com

Merge branch 'master-fix' into release

parents 7384583d 4923008c
......@@ -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