Commit 58d76943 authored by yanghao's avatar yanghao

task: #240 空运/海运-PDA/后台, 添加理货相关页面的属性

parent 1c6ad7c3
...@@ -2197,7 +2197,7 @@ public class BoxServiceImpl extends AbstractService<BoxMapper, BoxDO> implements ...@@ -2197,7 +2197,7 @@ public class BoxServiceImpl extends AbstractService<BoxMapper, BoxDO> implements
boxTallyBackVO.setCustomsType(boxPreloadGoodsDO.getCustomsType()); boxTallyBackVO.setCustomsType(boxPreloadGoodsDO.getCustomsType());
// 是否有关联单 // 是否有关联单
boolean hasRelationOrder = orderGoodsItemList.stream().anyMatch(t -> t.getGuanLianOrderCount() > 1); boolean hasRelationOrder = orderGoodsItemList.stream().anyMatch(t -> t.getGuanLianOrderCount() > 0);
boxTallyBackVO.setHasRelationOrder(hasRelationOrder); boxTallyBackVO.setHasRelationOrder(hasRelationOrder);
Long installNum = boxOrderCheckInfoService.selectCount(new LambdaQueryWrapperX<BoxOrderCheckInfoDO>() Long installNum = boxOrderCheckInfoService.selectCount(new LambdaQueryWrapperX<BoxOrderCheckInfoDO>()
...@@ -2284,7 +2284,7 @@ public class BoxServiceImpl extends AbstractService<BoxMapper, BoxDO> implements ...@@ -2284,7 +2284,7 @@ public class BoxServiceImpl extends AbstractService<BoxMapper, BoxDO> implements
boxGuanlianOrderBackVO.setCustomsType(boxPreloadGoodsDO.getCustomsType()); boxGuanlianOrderBackVO.setCustomsType(boxPreloadGoodsDO.getCustomsType());
// 是否有关联单 // 是否有关联单
boolean hasRelationOrder = orderGoodsItemList.stream().anyMatch(t -> t.getGuanLianOrderCount() > 1); boolean hasRelationOrder = orderGoodsItemList.stream().anyMatch(t -> t.getGuanLianOrderCount() > 0);
boxGuanlianOrderBackVO.setHasRelationOrder(hasRelationOrder); boxGuanlianOrderBackVO.setHasRelationOrder(hasRelationOrder);
// Long installNum = boxOrderCheckInfoService.selectCount(new LambdaQueryWrapperX<BoxOrderCheckInfoDO>() // Long installNum = boxOrderCheckInfoService.selectCount(new LambdaQueryWrapperX<BoxOrderCheckInfoDO>()
......
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