select test_school_Id, school_name, create_time, update_time, del_flag from mall_test_school
insert into mall_test_school
test_school_Id,
school_name,
create_time,
update_time,
del_flag,
#{testSchoolId},
#{schoolName},
#{createTime},
#{updateTime},
#{delFlag},
update mall_test_school
school_name = #{schoolName},
create_time = #{createTime},
update_time = #{updateTime},
del_flag = #{delFlag},
where test_school_Id = #{testSchoolId}
update mall_test_school set del_flag = '1' where test_school_Id = #{testSchoolId}
update mall_test_school set del_flag = '1' where test_school_Id in
#{testSchoolId}