+重命名
This commit is contained in:
parent
89ff7756e7
commit
7b1ae25ce5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user