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}
EntPromiseUserId, EntPromiseId, SysEntUserId, Sign, CreatedBy, CreatedOn, ModifiedOn,
ModifiedBy
delete from EntPromiseUser
where EntPromiseUserId = #{entpromiseuserid,jdbcType=VARCHAR}
delete from EntPromiseUser
insert into EntPromiseUser (EntPromiseUserId, EntPromiseId, SysEntUserId,
Sign, CreatedBy, CreatedOn,
ModifiedOn, ModifiedBy)
values (#{entpromiseuserid,jdbcType=VARCHAR}, #{entpromiseid,jdbcType=VARCHAR}, #{sysentuserid,jdbcType=VARCHAR},
#{sign,jdbcType=VARCHAR}, #{createdby,jdbcType=VARCHAR}, #{createdon,jdbcType=TIMESTAMP},
#{modifiedon,jdbcType=TIMESTAMP}, #{modifiedby,jdbcType=VARCHAR})
insert into EntPromiseUser
EntPromiseUserId,
EntPromiseId,
SysEntUserId,
Sign,
CreatedBy,
CreatedOn,
ModifiedOn,
ModifiedBy,
#{entpromiseuserid,jdbcType=VARCHAR},
#{entpromiseid,jdbcType=VARCHAR},
#{sysentuserid,jdbcType=VARCHAR},
#{sign,jdbcType=VARCHAR},
#{createdby,jdbcType=VARCHAR},
#{createdon,jdbcType=TIMESTAMP},
#{modifiedon,jdbcType=TIMESTAMP},
#{modifiedby,jdbcType=VARCHAR},
update EntPromiseUser
EntPromiseUserId = #{record.entpromiseuserid,jdbcType=VARCHAR},
EntPromiseId = #{record.entpromiseid,jdbcType=VARCHAR},
SysEntUserId = #{record.sysentuserid,jdbcType=VARCHAR},
Sign = #{record.sign,jdbcType=VARCHAR},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR},
update EntPromiseUser
set EntPromiseUserId = #{record.entpromiseuserid,jdbcType=VARCHAR},
EntPromiseId = #{record.entpromiseid,jdbcType=VARCHAR},
SysEntUserId = #{record.sysentuserid,jdbcType=VARCHAR},
Sign = #{record.sign,jdbcType=VARCHAR},
CreatedBy = #{record.createdby,jdbcType=VARCHAR},
CreatedOn = #{record.createdon,jdbcType=TIMESTAMP},
ModifiedOn = #{record.modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{record.modifiedby,jdbcType=VARCHAR}
update EntPromiseUser
EntPromiseId = #{entpromiseid,jdbcType=VARCHAR},
SysEntUserId = #{sysentuserid,jdbcType=VARCHAR},
Sign = #{sign,jdbcType=VARCHAR},
CreatedBy = #{createdby,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR},
where EntPromiseUserId = #{entpromiseuserid,jdbcType=VARCHAR}
update EntPromiseUser
set EntPromiseId = #{entpromiseid,jdbcType=VARCHAR},
SysEntUserId = #{sysentuserid,jdbcType=VARCHAR},
Sign = #{sign,jdbcType=VARCHAR},
CreatedBy = #{createdby,jdbcType=VARCHAR},
CreatedOn = #{createdon,jdbcType=TIMESTAMP},
ModifiedOn = #{modifiedon,jdbcType=TIMESTAMP},
ModifiedBy = #{modifiedby,jdbcType=VARCHAR}
where EntPromiseUserId = #{entpromiseuserid,jdbcType=VARCHAR}