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}
PK_VOUCHTEMPCOM, PK_BILLTYPE, TRANSNAME, TRANSNO, PK_VOUCHTEMP, VOUCHTEMPNAME, USE_STATE,
CREATE_USER, CREATE_TIME, UPDATE_USER, UPDATE_TIME, REMARK
delete from cw_bd_vouchtempcom
where PK_VOUCHTEMPCOM = #{pkVouchtempcom,jdbcType=VARCHAR}
delete from cw_bd_vouchtempcom
insert into cw_bd_vouchtempcom (PK_VOUCHTEMPCOM, PK_BILLTYPE, TRANSNAME,
TRANSNO, PK_VOUCHTEMP, VOUCHTEMPNAME,
USE_STATE, CREATE_USER, CREATE_TIME,
UPDATE_USER, UPDATE_TIME, REMARK
)
values (#{pkVouchtempcom,jdbcType=VARCHAR}, #{pkBilltype,jdbcType=VARCHAR}, #{transname,jdbcType=VARCHAR},
#{transno,jdbcType=VARCHAR}, #{pkVouchtemp,jdbcType=VARCHAR}, #{vouchtempname,jdbcType=VARCHAR},
#{useState,jdbcType=VARCHAR}, #{createUser,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{updateUser,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}
)
insert into cw_bd_vouchtempcom
PK_VOUCHTEMPCOM,
PK_BILLTYPE,
TRANSNAME,
TRANSNO,
PK_VOUCHTEMP,
VOUCHTEMPNAME,
USE_STATE,
CREATE_USER,
CREATE_TIME,
UPDATE_USER,
UPDATE_TIME,
REMARK,
#{pkVouchtempcom,jdbcType=VARCHAR},
#{pkBilltype,jdbcType=VARCHAR},
#{transname,jdbcType=VARCHAR},
#{transno,jdbcType=VARCHAR},
#{pkVouchtemp,jdbcType=VARCHAR},
#{vouchtempname,jdbcType=VARCHAR},
#{useState,jdbcType=VARCHAR},
#{createUser,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateUser,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{remark,jdbcType=VARCHAR},
update cw_bd_vouchtempcom
PK_VOUCHTEMPCOM = #{record.pkVouchtempcom,jdbcType=VARCHAR},
PK_BILLTYPE = #{record.pkBilltype,jdbcType=VARCHAR},
TRANSNAME = #{record.transname,jdbcType=VARCHAR},
TRANSNO = #{record.transno,jdbcType=VARCHAR},
PK_VOUCHTEMP = #{record.pkVouchtemp,jdbcType=VARCHAR},
VOUCHTEMPNAME = #{record.vouchtempname,jdbcType=VARCHAR},
USE_STATE = #{record.useState,jdbcType=VARCHAR},
CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
UPDATE_USER = #{record.updateUser,jdbcType=VARCHAR},
UPDATE_TIME = #{record.updateTime,jdbcType=TIMESTAMP},
REMARK = #{record.remark,jdbcType=VARCHAR},
update cw_bd_vouchtempcom
set PK_VOUCHTEMPCOM = #{record.pkVouchtempcom,jdbcType=VARCHAR},
PK_BILLTYPE = #{record.pkBilltype,jdbcType=VARCHAR},
TRANSNAME = #{record.transname,jdbcType=VARCHAR},
TRANSNO = #{record.transno,jdbcType=VARCHAR},
PK_VOUCHTEMP = #{record.pkVouchtemp,jdbcType=VARCHAR},
VOUCHTEMPNAME = #{record.vouchtempname,jdbcType=VARCHAR},
USE_STATE = #{record.useState,jdbcType=VARCHAR},
CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
UPDATE_USER = #{record.updateUser,jdbcType=VARCHAR},
UPDATE_TIME = #{record.updateTime,jdbcType=TIMESTAMP},
REMARK = #{record.remark,jdbcType=VARCHAR}
update cw_bd_vouchtempcom
PK_BILLTYPE = #{pkBilltype,jdbcType=VARCHAR},
TRANSNAME = #{transname,jdbcType=VARCHAR},
TRANSNO = #{transno,jdbcType=VARCHAR},
PK_VOUCHTEMP = #{pkVouchtemp,jdbcType=VARCHAR},
VOUCHTEMPNAME = #{vouchtempname,jdbcType=VARCHAR},
USE_STATE = #{useState,jdbcType=VARCHAR},
CREATE_USER = #{createUser,jdbcType=VARCHAR},
CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
UPDATE_USER = #{updateUser,jdbcType=VARCHAR},
UPDATE_TIME = #{updateTime,jdbcType=TIMESTAMP},
REMARK = #{remark,jdbcType=VARCHAR},
where PK_VOUCHTEMPCOM = #{pkVouchtempcom,jdbcType=VARCHAR}
update cw_bd_vouchtempcom
set PK_BILLTYPE = #{pkBilltype,jdbcType=VARCHAR},
TRANSNAME = #{transname,jdbcType=VARCHAR},
TRANSNO = #{transno,jdbcType=VARCHAR},
PK_VOUCHTEMP = #{pkVouchtemp,jdbcType=VARCHAR},
VOUCHTEMPNAME = #{vouchtempname,jdbcType=VARCHAR},
USE_STATE = #{useState,jdbcType=VARCHAR},
CREATE_USER = #{createUser,jdbcType=VARCHAR},
CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
UPDATE_USER = #{updateUser,jdbcType=VARCHAR},
UPDATE_TIME = #{updateTime,jdbcType=TIMESTAMP},
REMARK = #{remark,jdbcType=VARCHAR}
where PK_VOUCHTEMPCOM = #{pkVouchtempcom,jdbcType=VARCHAR}
insert into cw_bd_vouchtempcom (PK_VOUCHTEMPCOM, PK_BILLTYPE, TRANSNAME,
TRANSNO, PK_VOUCHTEMP, VOUCHTEMPNAME,
USE_STATE, CREATE_USER, CREATE_TIME, UPDATE_USER,
UPDATE_TIME, REMARK)
values
(#{item.pkVouchtempcom,jdbcType=VARCHAR}, #{item.pkBilltype,jdbcType=VARCHAR}, #{item.transname,jdbcType=VARCHAR},
#{item.transno,jdbcType=VARCHAR}, #{item.pkVouchtemp,jdbcType=VARCHAR}, #{item.vouchtempname,jdbcType=VARCHAR},
#{item.useState,jdbcType=VARCHAR}, #{item.createUser,jdbcType=VARCHAR}, #{item.createTime,jdbcType=TIMESTAMP},
#{item.updateUser,jdbcType=VARCHAR}, #{item.updateTime,jdbcType=TIMESTAMP}, #{item.remark,jdbcType=VARCHAR}
)