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