排序问题修改。
This commit is contained in:
+1
@@ -124,6 +124,7 @@ public class ProcessHistoryEOServiceImpl extends ServiceImpl<ProcessHistoryEOMap
|
||||
}
|
||||
|
||||
QueryWrapper<ProcessHistoryEO> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.orderByAsc("create_time");
|
||||
queryWrapper.lambda().eq(ProcessHistoryEO::getActiProcInstId,actiProcInstId);
|
||||
List<ProcessHistoryEO> processHistoryEOList = this.baseMapper.selectList(queryWrapper);
|
||||
if(CollectionUtils.isNotEmpty(processHistoryEOList)){
|
||||
|
||||
Reference in New Issue
Block a user