Min 10 月之前
父节点
当前提交
e3ee89f576

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ProjectMapper.xml

@@ -1946,7 +1946,7 @@
         FROM task_group tg
         LEFT JOIN task t ON tg.id = t.group_id
         LEFT JOIN task_executor te ON t.id = te.task_id
-        LEFT JOIN USER u
+        LEFT JOIN `user` u
         ON te.executor_id = u.id
         LEFT JOIN project p ON p.id=tg.project_id
         LEFT JOIN department d ON d.department_id=u.department_id