select school_status_id, school_id, batch_id, subject_type, is_new_accept, has_new_link, is_change, no_plan, create_time, update_time, del_flag from mall_school_status
insert into mall_school_status
school_id,
batch_id,
subject_type,
is_new_accept,
has_new_link,
is_change,
no_plan,
create_time,
update_time,
del_flag,
#{schoolStatusId},
#{schoolId},
#{batchId},
#{subjectType},
#{isNewAccept},
#{hasNewLink},
#{isChange},
#{noPlan},
#{createTime},
#{updateTime},
#{delFlag},
update mall_school_status
school_id = #{schoolId},
batch_id = #{batchId},
subject_type = #{subjectType},
is_new_accept = #{isNewAccept},
has_new_link = #{hasNewLink},
is_change = #{isChange},
no_plan = #{noPlan},
create_time = #{createTime},
update_time = #{updateTime},
del_flag = #{delFlag},
where school_status_id = #{schoolStatusId}
delete from mall_school_status where school_status_id = #{schoolStatusId}
delete from mall_school_status where school_status_id in
#{schoolStatusId}