bug修复
This commit is contained in:
parent
8ca1ec92ea
commit
dfc891ce42
|
|
@ -74,7 +74,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
</update>
|
||||
<update id="updateSupIsExist">
|
||||
update lk_sup_person
|
||||
set is_exist_file = '1'
|
||||
set is_exist_file = '1',
|
||||
into_status = '0'
|
||||
where uuid = #{uuid}
|
||||
</update>
|
||||
<update id="updateUnitUser">
|
||||
|
|
|
|||
Loading…
Reference in New Issue