请假删除同步问题

This commit is contained in:
fl 2025-04-15 14:43:09 +08:00
parent 9bdd86e7c2
commit c840e0dd51
1 changed files with 1 additions and 2 deletions

View File

@ -182,8 +182,7 @@
<select id="getWechatLeaveListById" resultType="com.bonus.boot.manager.manager.entity.EvectionBean">
select *
from leave_apply_wechat
where is_active = '1'
and (id = #{id} or id is null
where (id = #{id} or id is null
or is_update = #{isUpdate})
</select>