aa011b0e by 肖初晴

【DAOP-1.0】数据需求

【功能点】测试问题处理
1 parent a0e281aa
...@@ -98,6 +98,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService ...@@ -98,6 +98,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
98 LambdaQueryWrapper<MfDemand> queryWrapper = mfDemandService.csbrQueryWrapper(queryVO, MfDemand.class); 98 LambdaQueryWrapper<MfDemand> queryWrapper = mfDemandService.csbrQueryWrapper(queryVO, MfDemand.class);
99 queryWrapper.in(CollectionUtils.isNotEmpty(queryVO.getGuidList()), MfDemand::getGuid,queryVO.getGuidList()); 99 queryWrapper.in(CollectionUtils.isNotEmpty(queryVO.getGuidList()), MfDemand::getGuid,queryVO.getGuidList());
100 queryWrapper.orderByDesc(MfDemand::getCreateTime); 100 queryWrapper.orderByDesc(MfDemand::getCreateTime);
101 mfDemandService.csbrExcludeShardingLambdaQueryWrapper(queryWrapper);
101 PageListVO<MfDemand> pageList = mfDemandService.csbrPageList(queryVO, queryWrapper); 102 PageListVO<MfDemand> pageList = mfDemandService.csbrPageList(queryVO, queryWrapper);
102 PageListVO<DemandRSVO> rsPageList = csbrBeanUtil.convert(pageList, PageListVO.class); 103 PageListVO<DemandRSVO> rsPageList = csbrBeanUtil.convert(pageList, PageListVO.class);
103 afterQuery(pageList, rsPageList); 104 afterQuery(pageList, rsPageList);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!