bug修复

This commit is contained in:
马三炮 2025-06-18 16:31:17 +08:00
parent 8ca1ec92ea
commit dfc891ce42
1 changed files with 2 additions and 1 deletions

View File

@ -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">