请假删除同步问题
This commit is contained in:
parent
9bdd86e7c2
commit
c840e0dd51
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue