Revert "优化"

This reverts commit 9c34c1d929.
This commit is contained in:
mashuai 2025-04-15 13:31:51 +08:00
parent 5edcd7a3bc
commit de10862bf7
1 changed files with 2 additions and 2 deletions

View File

@ -920,8 +920,8 @@ public class TmTaskServiceImpl implements TmTaskService {
} }
//tmTask.setPreCountNum(count); //tmTask.setPreCountNum(count);
} }
//List<TmTask> tmTasks = tmTaskList.stream().filter(t -> t.getLeaseApplyInfoList() != null).collect(Collectors.toList()); List<TmTask> tmTasks = tmTaskList.stream().filter(t -> t.getLeaseApplyInfoList() != null).collect(Collectors.toList());
return tmTaskList; return tmTasks;
} }