Merge branch 'master' into docker_package
This commit is contained in:
commit
f80c31fc21
|
@ -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