+重命名

This commit is contained in:
wuyu 2023-12-01 10:01:08 +08:00
parent 89ff7756e7
commit 7b1ae25ce5

View File

@ -82,9 +82,9 @@
AND executor_person_id = #{personId}
AND template_code IN <foreach collection="pendingCalendarCodeDTO.allCodes" index="index" item="item" open="(" separator="," close=")">#{item}</foreach>
ORDER BY create_at DESC) all_new_do)
UNION
ALL
<if test="isNowDay">
UNION
ALL
(SELECT
old_do.*,6 AS flag
FROM