合并分支 'dev_20230216' 到 'master'
流程复审 查看合并请求 laws-foton-slrs/foton-wkflow-rest!32
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ public class BusProcessNewServiceImpl extends ServiceImpl<BusProcessNewMapper, B
|
||||
if (data.getStandId().equals(standId)) {
|
||||
//如果相等 则判断task表示否有待办任务
|
||||
List<Task> list = taskService.createTaskQuery().taskId(busProcessNew.getTaskId()).list();
|
||||
if (!list.isEmpty()) {
|
||||
if (list.isEmpty()) {
|
||||
objects.add(data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user