select company_id, company_name, company_mobile, company_address, create_time, update_time, status, start_time, limit_time, money ,tui_money, voice_api_id,company_type,user_id,app_id,app_key,remark,link_name,limit_user_count,is_del,voice_caller_number,oms_code from company
insert into company
company_name,
company_mobile,
company_address,
create_time,
update_time,
status,
start_time,
limit_time,
money,
tui_money,
company_type,
voice_api_id,
user_id,
app_id,
app_key,
remark,
link_name,
limit_user_count,
is_del,
oms_code,
voice_caller_number,
#{companyName},
#{companyMobile},
#{companyAddress},
#{createTime},
#{updateTime},
#{status},
#{startTime},
#{limitTime},
#{money},
#{tuiMoney},
#{companyType},
#{voiceApiId},
#{userId},
#{appId},
#{appKey},
#{remark},
#{linkName},
#{limitUserCount},
#{isDel},
#{omsCode},
#{voiceCallerNumber},
update company
company_name = #{companyName},
company_mobile = #{companyMobile},
company_address = #{companyAddress},
create_time = #{createTime},
update_time = #{updateTime},
status = #{status},
start_time = #{startTime},
limit_time = #{limitTime},
money = #{money},
tui_money = #{tuiMoney},
voice_api_id = #{voiceApiId},
company_type = #{companyType},
user_id = #{userId},
app_id = #{appId},
app_key = #{appKey},
remark = #{remark},
link_name = #{linkName},
limit_user_count = #{limitUserCount},
is_del = #{isDel},
voice_caller_number = #{voiceCallerNumber},
oms_code = #{omsCode},
where company_id = #{companyId}
update company set is_del=1 where company_id = #{companyId}
update company set is_del=1 where company_id in
#{companyId}