This commit is contained in:
2026-04-22 20:05:01 +08:00
parent fef2608d78
commit 6e087d2b82
9 changed files with 36 additions and 11 deletions
@@ -79,7 +79,6 @@ public class GrassrootsCongressMaterialMineController {
grassroots_congress_materials_info info
LEFT JOIN `wf_process_instance` ins ON ins.businessNo = info.id
LEFT JOIN wf_process_task t ON t.processInstanceId = ins.id AND t.taskState = 10
LEFT JOIN wf_process_task_actor ta ON ta.processTaskId = t.id
$condition
""");
Cnd cnd = Cnd.NEW();
@@ -78,7 +78,7 @@ public class GrassrootsCongressMeetingMineController {
grassroots_congress_meeting_info info
LEFT JOIN `wf_process_instance` ins ON ins.businessNo = info.id
LEFT JOIN wf_process_task t ON t.processInstanceId = ins.id AND t.taskState = 10
LEFT JOIN wf_process_task_actor ta ON ta.processTaskId = t.id
-- 任务参与人表一条任务会有多条参与人记录,这里不需要联查,否则同一业务会被展开成多行
$condition
""");
Cnd cnd = Cnd.NEW();