This commit is contained in:
parent
f15a1d5509
commit
f1fd7db858
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue