+自然人ID

This commit is contained in:
wuyu 2023-11-27 14:02:11 +08:00
parent 6e458db0e4
commit 3f9635ac86

View File

@ -13,7 +13,7 @@
AND template_code IN<foreach collection="pendingCalendarCodeDTO.constructionCodes" index="index" item="item" open="(" separator="," close=")">
#{item}
</foreach>
AND executor_id=#{personId}
AND executor_person_id=#{personId}
ORDER BY create_at DESC