aa011b0e by 肖初晴

【DAOP-1.0】数据需求

【功能点】测试问题处理
1 parent a0e281aa
......@@ -98,6 +98,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
LambdaQueryWrapper<MfDemand> queryWrapper = mfDemandService.csbrQueryWrapper(queryVO, MfDemand.class);
queryWrapper.in(CollectionUtils.isNotEmpty(queryVO.getGuidList()), MfDemand::getGuid,queryVO.getGuidList());
queryWrapper.orderByDesc(MfDemand::getCreateTime);
mfDemandService.csbrExcludeShardingLambdaQueryWrapper(queryWrapper);
PageListVO<MfDemand> pageList = mfDemandService.csbrPageList(queryVO, queryWrapper);
PageListVO<DemandRSVO> rsPageList = csbrBeanUtil.convert(pageList, PageListVO.class);
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!