select expect_id, id, batch_id, school_id, create_time, update_time, del_flag from mall_member_expect
insert into mall_member_expect
id,
batch_id,
school_id,
create_time,
update_time,
del_flag,
#{id},
#{batchId},
#{schoolId},
#{createTime},
#{updateTime},
#{delFlag},
update mall_member_expect
id = #{id},
batch_id = #{batchId},
school_id = #{schoolId},
create_time = #{createTime},
update_time = #{updateTime},
del_flag = #{delFlag},
where expect_id = #{expectId}
update mall_member_expect set del_flag = '1' where expect_id = #{expectId}
update mall_member_expect set del_flag = '1' where expect_id in
#{expectId}