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}
discernNumber, positionID, companyID, dataStatus, createTime, creator, updatetime,
updator
${fields}
delete from t_visit_register
insert into t_visit_register (discernNumber, positionID, companyID,
dataStatus, createTime, creator,
updatetime, updator)
values (#{discernnumber,jdbcType=VARCHAR}, #{positionid,jdbcType=VARCHAR}, #{companyid,jdbcType=VARCHAR},
#{datastatus,jdbcType=TINYINT}, #{createtime,jdbcType=TIMESTAMP}, #{creator,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP}, #{updator,jdbcType=VARCHAR})
insert into t_visit_register
discernNumber,
positionID,
companyID,
dataStatus,
createTime,
creator,
updatetime,
updator,
#{discernnumber,jdbcType=VARCHAR},
#{positionid,jdbcType=VARCHAR},
#{companyid,jdbcType=VARCHAR},
#{datastatus,jdbcType=TINYINT},
#{createtime,jdbcType=TIMESTAMP},
#{creator,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP},
#{updator,jdbcType=VARCHAR},
update t_visit_register
discernNumber = #{record.discernnumber,jdbcType=VARCHAR},
positionID = #{record.positionid,jdbcType=VARCHAR},
companyID = #{record.companyid,jdbcType=VARCHAR},
dataStatus = #{record.datastatus,jdbcType=TINYINT},
createTime = #{record.createtime,jdbcType=TIMESTAMP},
creator = #{record.creator,jdbcType=VARCHAR},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
updator = #{record.updator,jdbcType=VARCHAR},
update t_visit_register
set discernNumber = #{record.discernnumber,jdbcType=VARCHAR},
positionID = #{record.positionid,jdbcType=VARCHAR},
companyID = #{record.companyid,jdbcType=VARCHAR},
dataStatus = #{record.datastatus,jdbcType=TINYINT},
createTime = #{record.createtime,jdbcType=TIMESTAMP},
creator = #{record.creator,jdbcType=VARCHAR},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
updator = #{record.updator,jdbcType=VARCHAR}