bug修改优化

This commit is contained in:
mashuai 2024-10-09 17:55:04 +08:00
parent f17832a208
commit 130d6e926d
1 changed files with 3 additions and 1 deletions

View File

@ -299,7 +299,9 @@
update_user as updateUser,
del_flag as delFlag
from tb_team
where rel_id = #{id}
where
js_time IS NULL
AND rel_id = #{id}
</select>
</mapper>