id, withdraw_code, withdraw_status, application_time, arrival_time, create_by, create_time, update_by, update_time, del_flag delete from clearing_withdraw_info where id = #{id,jdbcType=INTEGER} insert into clearing_withdraw_info (id, withdraw_code, withdraw_status, application_time, arrival_time, create_by, create_time, update_by, update_time, del_flag) values (#{id,jdbcType=INTEGER}, #{withdrawCode,jdbcType=VARCHAR}, #{withdrawStatus,jdbcType=VARCHAR}, #{applicationTime,jdbcType=TIMESTAMP}, #{arrivalTime,jdbcType=TIMESTAMP}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{delFlag,jdbcType=VARCHAR}) insert into clearing_withdraw_info id, withdraw_code, withdraw_status, application_time, arrival_time, create_by, create_time, update_by, update_time, del_flag, #{id,jdbcType=INTEGER}, #{withdrawCode,jdbcType=VARCHAR}, #{withdrawStatus,jdbcType=VARCHAR}, #{applicationTime,jdbcType=TIMESTAMP}, #{arrivalTime,jdbcType=TIMESTAMP}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{delFlag,jdbcType=VARCHAR}, update clearing_withdraw_info withdraw_code = #{withdrawCode,jdbcType=VARCHAR}, withdraw_status = #{withdrawStatus,jdbcType=VARCHAR}, application_time = #{applicationTime,jdbcType=TIMESTAMP}, arrival_time = #{arrivalTime,jdbcType=TIMESTAMP}, create_by = #{createBy,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_by = #{updateBy,jdbcType=VARCHAR}, update_time = #{updateTime,jdbcType=TIMESTAMP}, del_flag = #{delFlag,jdbcType=VARCHAR}, where id = #{id,jdbcType=INTEGER} update clearing_withdraw_info set withdraw_code = #{withdrawCode,jdbcType=VARCHAR}, withdraw_status = #{withdrawStatus,jdbcType=VARCHAR}, application_time = #{applicationTime,jdbcType=TIMESTAMP}, arrival_time = #{arrivalTime,jdbcType=TIMESTAMP}, create_by = #{createBy,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_by = #{updateBy,jdbcType=VARCHAR}, update_time = #{updateTime,jdbcType=TIMESTAMP}, del_flag = #{delFlag,jdbcType=VARCHAR} where id = #{id,jdbcType=INTEGER} update clearing_withdraw_info when id = #{item.id,jdbcType=INTEGER} then #{item.withdrawCode,jdbcType=VARCHAR} when id = #{item.id,jdbcType=INTEGER} then #{item.withdrawStatus,jdbcType=VARCHAR} when id = #{item.id,jdbcType=INTEGER} then #{item.applicationTime,jdbcType=TIMESTAMP} when id = #{item.id,jdbcType=INTEGER} then #{item.arrivalTime,jdbcType=TIMESTAMP} when id = #{item.id,jdbcType=INTEGER} then #{item.createBy,jdbcType=VARCHAR} when id = #{item.id,jdbcType=INTEGER} then #{item.createTime,jdbcType=TIMESTAMP} when id = #{item.id,jdbcType=INTEGER} then #{item.updateBy,jdbcType=VARCHAR} when id = #{item.id,jdbcType=INTEGER} then #{item.updateTime,jdbcType=TIMESTAMP} when id = #{item.id,jdbcType=INTEGER} then #{item.delFlag,jdbcType=VARCHAR} where id in #{item.id,jdbcType=INTEGER} insert into clearing_withdraw_info (id, withdraw_code, withdraw_status, application_time, arrival_time, create_by, create_time, update_by, update_time, del_flag) values (#{item.id,jdbcType=INTEGER}, #{item.withdrawCode,jdbcType=VARCHAR}, #{item.withdrawStatus,jdbcType=VARCHAR}, #{item.applicationTime,jdbcType=TIMESTAMP}, #{item.arrivalTime,jdbcType=TIMESTAMP}, #{item.createBy,jdbcType=VARCHAR}, #{item.createTime,jdbcType=TIMESTAMP}, #{item.updateBy,jdbcType=VARCHAR}, #{item.updateTime,jdbcType=TIMESTAMP}, #{item.delFlag,jdbcType=VARCHAR}) insert into clearing_withdraw_info (id, withdraw_code, withdraw_status, application_time, arrival_time, create_by, create_time, update_by, update_time, del_flag) values (#{id,jdbcType=INTEGER}, #{withdrawCode,jdbcType=VARCHAR}, #{withdrawStatus,jdbcType=VARCHAR}, #{applicationTime,jdbcType=TIMESTAMP}, #{arrivalTime,jdbcType=TIMESTAMP}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{delFlag,jdbcType=VARCHAR}) on duplicate key update id = #{id,jdbcType=INTEGER}, withdraw_code = #{withdrawCode,jdbcType=VARCHAR}, withdraw_status = #{withdrawStatus,jdbcType=VARCHAR}, application_time = #{applicationTime,jdbcType=TIMESTAMP}, arrival_time = #{arrivalTime,jdbcType=TIMESTAMP}, create_by = #{createBy,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_by = #{updateBy,jdbcType=VARCHAR}, update_time = #{updateTime,jdbcType=TIMESTAMP}, del_flag = #{delFlag,jdbcType=VARCHAR} insert into clearing_withdraw_info id, withdraw_code, withdraw_status, application_time, arrival_time, create_by, create_time, update_by, update_time, del_flag, values #{id,jdbcType=INTEGER}, #{withdrawCode,jdbcType=VARCHAR}, #{withdrawStatus,jdbcType=VARCHAR}, #{applicationTime,jdbcType=TIMESTAMP}, #{arrivalTime,jdbcType=TIMESTAMP}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{delFlag,jdbcType=VARCHAR}, on duplicate key update id = #{id,jdbcType=INTEGER}, withdraw_code = #{withdrawCode,jdbcType=VARCHAR}, withdraw_status = #{withdrawStatus,jdbcType=VARCHAR}, application_time = #{applicationTime,jdbcType=TIMESTAMP}, arrival_time = #{arrivalTime,jdbcType=TIMESTAMP}, create_by = #{createBy,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_by = #{updateBy,jdbcType=VARCHAR}, update_time = #{updateTime,jdbcType=TIMESTAMP}, del_flag = #{delFlag,jdbcType=VARCHAR},