and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, group_id, disc_id, customer_management_id, receivable_money, received_amount,
payment_method, serial_number, collection_time, created_id, created_at, updated_at,
updated_id
remark, file_list
delete from intentional_deposit
where id = #{id,jdbcType=VARCHAR}
delete from intentional_deposit
insert into intentional_deposit (id, group_id, disc_id,
customer_management_id, receivable_money,
received_amount, payment_method, serial_number,
collection_time, created_id, created_at,
updated_at, updated_id, remark,
file_list)
values (#{id,jdbcType=VARCHAR}, #{groupId,jdbcType=VARCHAR}, #{discId,jdbcType=VARCHAR},
#{customerManagementId,jdbcType=VARCHAR}, #{receivableMoney,jdbcType=DECIMAL},
#{receivedAmount,jdbcType=DECIMAL}, #{paymentMethod,jdbcType=INTEGER}, #{serialNumber,jdbcType=VARCHAR},
#{collectionTime,jdbcType=TIMESTAMP}, #{createdId,jdbcType=VARCHAR}, #{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP}, #{updatedId,jdbcType=VARCHAR}, #{remark,jdbcType=LONGVARCHAR},
#{fileList,jdbcType=LONGVARCHAR})
insert into intentional_deposit
id,
group_id,
disc_id,
customer_management_id,
receivable_money,
received_amount,
payment_method,
serial_number,
collection_time,
created_id,
created_at,
updated_at,
updated_id,
remark,
file_list,
#{id,jdbcType=VARCHAR},
#{groupId,jdbcType=VARCHAR},
#{discId,jdbcType=VARCHAR},
#{customerManagementId,jdbcType=VARCHAR},
#{receivableMoney,jdbcType=DECIMAL},
#{receivedAmount,jdbcType=DECIMAL},
#{paymentMethod,jdbcType=INTEGER},
#{serialNumber,jdbcType=VARCHAR},
#{collectionTime,jdbcType=TIMESTAMP},
#{createdId,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP},
#{updatedAt,jdbcType=TIMESTAMP},
#{updatedId,jdbcType=VARCHAR},
#{remark,jdbcType=LONGVARCHAR},
#{fileList,jdbcType=LONGVARCHAR},
update intentional_deposit
id = #{record.id,jdbcType=VARCHAR},
group_id = #{record.groupId,jdbcType=VARCHAR},
disc_id = #{record.discId,jdbcType=VARCHAR},
customer_management_id = #{record.customerManagementId,jdbcType=VARCHAR},
receivable_money = #{record.receivableMoney,jdbcType=DECIMAL},
received_amount = #{record.receivedAmount,jdbcType=DECIMAL},
payment_method = #{record.paymentMethod,jdbcType=INTEGER},
serial_number = #{record.serialNumber,jdbcType=VARCHAR},
collection_time = #{record.collectionTime,jdbcType=TIMESTAMP},
created_id = #{record.createdId,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
updated_id = #{record.updatedId,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=LONGVARCHAR},
file_list = #{record.fileList,jdbcType=LONGVARCHAR},
update intentional_deposit
set id = #{record.id,jdbcType=VARCHAR},
group_id = #{record.groupId,jdbcType=VARCHAR},
disc_id = #{record.discId,jdbcType=VARCHAR},
customer_management_id = #{record.customerManagementId,jdbcType=VARCHAR},
receivable_money = #{record.receivableMoney,jdbcType=DECIMAL},
received_amount = #{record.receivedAmount,jdbcType=DECIMAL},
payment_method = #{record.paymentMethod,jdbcType=INTEGER},
serial_number = #{record.serialNumber,jdbcType=VARCHAR},
collection_time = #{record.collectionTime,jdbcType=TIMESTAMP},
created_id = #{record.createdId,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
updated_id = #{record.updatedId,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=LONGVARCHAR},
file_list = #{record.fileList,jdbcType=LONGVARCHAR}
update intentional_deposit
set id = #{record.id,jdbcType=VARCHAR},
group_id = #{record.groupId,jdbcType=VARCHAR},
disc_id = #{record.discId,jdbcType=VARCHAR},
customer_management_id = #{record.customerManagementId,jdbcType=VARCHAR},
receivable_money = #{record.receivableMoney,jdbcType=DECIMAL},
received_amount = #{record.receivedAmount,jdbcType=DECIMAL},
payment_method = #{record.paymentMethod,jdbcType=INTEGER},
serial_number = #{record.serialNumber,jdbcType=VARCHAR},
collection_time = #{record.collectionTime,jdbcType=TIMESTAMP},
created_id = #{record.createdId,jdbcType=VARCHAR},
created_at = #{record.createdAt,jdbcType=TIMESTAMP},
updated_at = #{record.updatedAt,jdbcType=TIMESTAMP},
updated_id = #{record.updatedId,jdbcType=VARCHAR}
update intentional_deposit
group_id = #{groupId,jdbcType=VARCHAR},
disc_id = #{discId,jdbcType=VARCHAR},
customer_management_id = #{customerManagementId,jdbcType=VARCHAR},
receivable_money = #{receivableMoney,jdbcType=DECIMAL},
received_amount = #{receivedAmount,jdbcType=DECIMAL},
payment_method = #{paymentMethod,jdbcType=INTEGER},
serial_number = #{serialNumber,jdbcType=VARCHAR},
collection_time = #{collectionTime,jdbcType=TIMESTAMP},
created_id = #{createdId,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
updated_id = #{updatedId,jdbcType=VARCHAR},
remark = #{remark,jdbcType=LONGVARCHAR},
file_list = #{fileList,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=VARCHAR}
update intentional_deposit
set group_id = #{groupId,jdbcType=VARCHAR},
disc_id = #{discId,jdbcType=VARCHAR},
customer_management_id = #{customerManagementId,jdbcType=VARCHAR},
receivable_money = #{receivableMoney,jdbcType=DECIMAL},
received_amount = #{receivedAmount,jdbcType=DECIMAL},
payment_method = #{paymentMethod,jdbcType=INTEGER},
serial_number = #{serialNumber,jdbcType=VARCHAR},
collection_time = #{collectionTime,jdbcType=TIMESTAMP},
created_id = #{createdId,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
updated_id = #{updatedId,jdbcType=VARCHAR},
remark = #{remark,jdbcType=LONGVARCHAR},
file_list = #{fileList,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=VARCHAR}
update intentional_deposit
set group_id = #{groupId,jdbcType=VARCHAR},
disc_id = #{discId,jdbcType=VARCHAR},
customer_management_id = #{customerManagementId,jdbcType=VARCHAR},
receivable_money = #{receivableMoney,jdbcType=DECIMAL},
received_amount = #{receivedAmount,jdbcType=DECIMAL},
payment_method = #{paymentMethod,jdbcType=INTEGER},
serial_number = #{serialNumber,jdbcType=VARCHAR},
collection_time = #{collectionTime,jdbcType=TIMESTAMP},
created_id = #{createdId,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
updated_id = #{updatedId,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}