insert into emergency_team(
id,
del_flag,
gmt_create,
gmt_moditify,
create_uid,
update_uid,
principal_uid,
principal_department_id,
team_level,
team_name,
principal_phone,
telephone_number,
team_desc,
)values(
#{id},
#{delFlag},
#{gmtCreate},
#{gmtModitify},
#{createUid},
#{updateUid},
#{principalUid},
#{principalDepartmentId},
#{teamLevel},
#{teamName},
#{principalPhone},
#{telephoneNumber},
#{teamDesc},
)