select * 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,
voice_caller_number,
manager,
follow_doctor_ids,
doctor_ids,
restart_time,
package_cate_ids,
course_ma_app_id,
course_mini_app_id,
#{companyName},
#{companyMobile},
#{companyAddress},
#{createTime},
#{updateTime},
#{status},
#{startTime},
#{limitTime},
#{money},
#{tuiMoney},
#{companyType},
#{voiceApiId},
#{userId},
#{appId},
#{appKey},
#{remark},
#{linkName},
#{limitUserCount},
#{isDel},
#{voiceCallerNumber},
#{manager},
#{followDoctorIds},
#{doctorIds},
#{restartTime},
#{packageCateIds},
#{courseMaAppId},
#{courseMiniAppId},
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},
manager = #{manager},
follow_doctor_ids = #{followDoctorIds},
doctor_ids = #{doctorIds},
restart_time = #{restartTime},
package_cate_ids = #{packageCateIds},
course_ma_app_id = #{courseMaAppId},
course_mini_app_id = #{courseMiniAppId},
fs_user_is_default_black = #{fsUserIsDefaultBlack},
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}