Merge remote-tracking branch 'origin/master'

This commit is contained in:
lSun 2025-08-19 17:50:49 +08:00
commit 443b22845a
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
where id = #{id}
</delete>
<delete id="delTeamPersonOthers">
delete from team_person where id = #{id} and is_team_leader = 1
delete from team_person where team_id = #{id} and is_team_leader = 1
</delete>
<delete id="delTeamPersonLeader">
delete from team_person WHERE team_id = #{id} and is_team_leader = 0