select id, biz_type, prefix, max_no from sys_serial_config insert into sys_serial_config biz_type, prefix, max_no, #{bizType}, #{prefix}, #{maxNo}, update sys_serial_config biz_type = #{bizType}, prefix = #{prefix}, max_no = #{maxNo}, where id = #{id} delete from sys_serial_config where id = #{id} delete from sys_serial_config where id in #{id}