Min преди 10 месеца
родител
ревизия
e3ee89f576
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ProjectMapper.xml

+ 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