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}
EntBillConId, ChkGovBillId, SysEnterpriseId, CreatedOn, CreatedBy, ModifiedOn, ModifiedBy
delete from EntBillCon
where EntBillConId = #{entbillconid,jdbcType=VARCHAR}
delete from EntBillCon
insert into EntBillCon (EntBillConId, ChkGovBillId, SysEnterpriseId,
CreatedOn, CreatedBy, ModifiedOn,
ModifiedBy)
values (#{entbillconid,jdbcType=VARCHAR}, #{chkgovbillid,jdbcType=VARCHAR}, #{sysenterpriseid,jdbcType=VARCHAR},
#{createdon,jdbcType=TIMESTAMP}, #{createdby,jdbcType=VARCHAR}, #{modifiedon,jdbcType=TIMESTAMP},
#{modifiedby,jdbcType=VARCHAR})
insert into EntBillCon
EntBillConId,
ChkGovBillId,
SysEnterpriseId,
CreatedOn,
CreatedBy,
ModifiedOn,
ModifiedBy,
#{entbillconid,jdbcType=VARCHAR},
#{chkgovbillid,jdbcType=VARCHAR},
#{sysenterpriseid,jdbcType=VARCHAR},
#{createdon,jdbcType=TIMESTAMP},
#{createdby,jdbcType=VARCHAR},
#{modifiedon,jdbcType=TIMESTAMP},
#{modifiedby,jdbcType=VARCHAR},
update EntBillCon
EntBillConId = #{record.entbillconid,jdbcType=VARCHAR},
ChkGovBillId = #{record.chkgovbillid,jdbcType=VARCHAR},
SysEnterpriseId = #{record.sysenterpriseid,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR},
update EntBillCon
set EntBillConId = #{record.entbillconid,jdbcType=VARCHAR},
ChkGovBillId = #{record.chkgovbillid,jdbcType=VARCHAR},
SysEnterpriseId = #{record.sysenterpriseid,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR}
update EntBillCon
ChkGovBillId = #{chkgovbillid,jdbcType=VARCHAR},
SysEnterpriseId = #{sysenterpriseid,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP},
CreatedBy = #{createdby,jdbcType=VARCHAR},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR},
where EntBillConId = #{entbillconid,jdbcType=VARCHAR}
update EntBillCon
set ChkGovBillId = #{chkgovbillid,jdbcType=VARCHAR},
SysEnterpriseId = #{sysenterpriseid,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP},
CreatedBy = #{createdby,jdbcType=VARCHAR},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR}
where EntBillConId = #{entbillconid,jdbcType=VARCHAR}
delete from EntBillCon where ChkGovBillId = #{chkgovbillid,jdbcType=VARCHAR}