Merge branch 'dev'

This commit is contained in:
wangliwen 2022-10-14 11:15:04 +08:00
commit 27b34d26c2
1 changed files with 4 additions and 1 deletions

View File

@ -1924,7 +1924,10 @@
<if test="startDate != null and startDate != '' and endDate != null and endDate != ''">
AND SUBSTR(taa.create_date, 1, 10) BETWEEN #{startDate} AND #{endDate}
</if>
UNION
UNION ALL
SELECT
tmb.dept AS 'deptName',
tm.`name` AS 'resourceName',