select id, stu_no, type_code, reason, ip, create_by, create_time, update_by, update_time from cph_good_cancel_log insert into cph_good_cancel_log id, stu_no, type_code, reason, ip, create_by, create_time, update_by, update_time, #{id}, #{stuNo}, #{typeCode}, #{reason}, #{ip}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update cph_good_cancel_log stu_no = #{stuNo}, type_code = #{typeCode}, reason = #{reason}, ip = #{ip}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from cph_good_cancel_log where id = #{id} delete from cph_good_cancel_log where id in #{id}