Merge branch 'dev'
This commit is contained in:
commit
27b34d26c2
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue