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, pid, party_amount, payment_time, create_time
delete from financial_payment
where id = #{id,jdbcType=INTEGER}
delete from financial_payment
insert into financial_payment (id, pid, party_amount,
payment_time, create_time)
values (#{id,jdbcType=INTEGER}, #{pid,jdbcType=INTEGER}, #{partyAmount,jdbcType=DECIMAL},
#{paymentTime,jdbcType=TIMESTAMP}, #{createTime,jdbcType=TIMESTAMP})
insert into financial_payment
id,
pid,
party_amount,
payment_time,
create_time,
#{id,jdbcType=INTEGER},
#{pid,jdbcType=INTEGER},
#{partyAmount,jdbcType=DECIMAL},
#{paymentTime,jdbcType=TIMESTAMP},
#{createTime,jdbcType=TIMESTAMP},
insert into financial_payment
id,
pid,
party_amount,
payment_time,
create_time,
#{id,jdbcType=INTEGER},
#{pid,jdbcType=INTEGER},
#{partyAmount,jdbcType=DECIMAL},
#{paymentTime,jdbcType=TIMESTAMP},
#{createTime,jdbcType=TIMESTAMP},
SELECT LAST_INSERT_ID()
update financial_payment
id = #{record.id,jdbcType=INTEGER},
pid = #{record.pid,jdbcType=INTEGER},
party_amount = #{record.partyAmount,jdbcType=DECIMAL},
payment_time = #{record.paymentTime,jdbcType=TIMESTAMP},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update financial_payment
set id = #{record.id,jdbcType=INTEGER},
pid = #{record.pid,jdbcType=INTEGER},
party_amount = #{record.partyAmount,jdbcType=DECIMAL},
payment_time = #{record.paymentTime,jdbcType=TIMESTAMP},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update financial_payment
pid = #{pid,jdbcType=INTEGER},
party_amount = #{partyAmount,jdbcType=DECIMAL},
payment_time = #{paymentTime,jdbcType=TIMESTAMP},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update financial_payment
set pid = #{pid,jdbcType=INTEGER},
party_amount = #{partyAmount,jdbcType=DECIMAL},
payment_time = #{paymentTime,jdbcType=TIMESTAMP},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}