select id, team_id, team_code, user_id, user_name, create_by, create_time, update_by, update_time from equ_team_user insert into equ_team_user id, team_id, team_code, user_id, user_name, create_by, create_time, update_by, update_time, #{id}, #{teamId}, #{teamCode}, #{userId}, #{userName}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update equ_team_user team_id = #{teamId}, team_code = #{teamCode}, user_id = #{userId}, user_name = #{userName}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from equ_team_user where team_id = #{teamId} delete from equ_team_user where id in #{id} delete from equ_team_user where team_id in #{teamId}