id, `type`, total_amount, content, remarks, annex_url, process_status, `status`, create_by, create_time, update_by, update_time delete from amb_payment_application where id = #{id,jdbcType=BIGINT} insert into amb_payment_application (`type`, total_amount, content, remarks, annex_url, process_status, `status`, create_by, create_time, update_by, update_time) values (#{type,jdbcType=INTEGER}, #{totalAmount,jdbcType=DECIMAL}, #{content,jdbcType=VARCHAR}, #{remarks,jdbcType=VARCHAR}, #{annexUrl,jdbcType=VARCHAR}, #{processStatus,jdbcType=INTEGER}, #{status,jdbcType=INTEGER}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}) insert into amb_payment_application `type`, total_amount, content, remarks, annex_url, process_status, `status`, create_by, create_time, update_by, update_time, #{type,jdbcType=INTEGER}, #{totalAmount,jdbcType=DECIMAL}, #{content,jdbcType=VARCHAR}, #{remarks,jdbcType=VARCHAR}, #{annexUrl,jdbcType=VARCHAR}, #{processStatus,jdbcType=INTEGER}, #{status,jdbcType=INTEGER}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, update amb_payment_application `type` = #{type,jdbcType=INTEGER}, total_amount = #{totalAmount,jdbcType=DECIMAL}, content = #{content,jdbcType=VARCHAR}, remarks = #{remarks,jdbcType=VARCHAR}, annex_url = #{annexUrl,jdbcType=VARCHAR}, process_status = #{processStatus,jdbcType=INTEGER}, `status` = #{status,jdbcType=INTEGER}, create_by = #{createBy,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_by = #{updateBy,jdbcType=VARCHAR}, update_time = #{updateTime,jdbcType=TIMESTAMP}, where id = #{id,jdbcType=BIGINT} update amb_payment_application set `type` = #{type,jdbcType=INTEGER}, total_amount = #{totalAmount,jdbcType=DECIMAL}, content = #{content,jdbcType=VARCHAR}, remarks = #{remarks,jdbcType=VARCHAR}, annex_url = #{annexUrl,jdbcType=VARCHAR}, process_status = #{processStatus,jdbcType=INTEGER}, `status` = #{status,jdbcType=INTEGER}, create_by = #{createBy,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_by = #{updateBy,jdbcType=VARCHAR}, update_time = #{updateTime,jdbcType=TIMESTAMP} where id = #{id,jdbcType=BIGINT}