修复sql错误数据源

pull/15/head
songwenxuan 2024-01-31 08:37:14 +08:00
parent e03d5e0310
commit 9d6442585d
1 changed files with 1 additions and 1 deletions

View File

@ -2053,7 +2053,7 @@
LEFT JOIN bus_hotworkapplicationuser hu ON hu.FOREIGN_KEY = f.HOTWORKAPPLICATION_ID AND hu.STATE = f.STATE
LEFT JOIN sys_user u ON u.USER_ID = hu.USER_ID
LEFT JOIN oa_department od ON od.DEPARTMENT_ID = hu.USER_ID
LEFT JOIN `qa-gwj-regulatory`.sys_user qu on qu.USER_ID = hu.USER_ID
LEFT JOIN `qa-cmt-regulatory`.sys_user qu on qu.USER_ID = hu.USER_ID
WHERE f.ISDELETE = '0' AND f.STATE >= 0 and f.STATE != 11
<if test="pd.CORPINFO_ID!= null and pd.CORPINFO_ID!=''">
and f.CORPINFO_ID = #{pd.CORPINFO_ID}