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}
checkingID, checkingType, checkingPosition, checkingTime, userID, companyID, dataStatus,
createTime, creator, updatetime, updator
${fields}
delete from t_checking
insert into t_checking (checkingID, checkingType, checkingPosition,
checkingTime, userID, companyID,
dataStatus, createTime, creator,
updatetime, updator)
values (#{checkingid,jdbcType=VARCHAR}, #{checkingtype,jdbcType=VARCHAR}, #{checkingposition,jdbcType=VARCHAR},
#{checkingtime,jdbcType=TIMESTAMP}, #{userid,jdbcType=VARCHAR}, #{companyid,jdbcType=VARCHAR},
#{datastatus,jdbcType=TINYINT}, #{createtime,jdbcType=TIMESTAMP}, #{creator,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP}, #{updator,jdbcType=VARCHAR})
insert into t_checking
checkingID,
checkingType,
checkingPosition,
checkingTime,
userID,
companyID,
dataStatus,
createTime,
creator,
updatetime,
updator,
#{checkingid,jdbcType=VARCHAR},
#{checkingtype,jdbcType=VARCHAR},
#{checkingposition,jdbcType=VARCHAR},
#{checkingtime,jdbcType=TIMESTAMP},
#{userid,jdbcType=VARCHAR},
#{companyid,jdbcType=VARCHAR},
#{datastatus,jdbcType=TINYINT},
#{createtime,jdbcType=TIMESTAMP},
#{creator,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP},
#{updator,jdbcType=VARCHAR},
update t_checking
checkingID = #{record.checkingid,jdbcType=VARCHAR},
checkingType = #{record.checkingtype,jdbcType=VARCHAR},
checkingPosition = #{record.checkingposition,jdbcType=VARCHAR},
checkingTime = #{record.checkingtime,jdbcType=TIMESTAMP},
userID = #{record.userid,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_checking
set checkingID = #{record.checkingid,jdbcType=VARCHAR},
checkingType = #{record.checkingtype,jdbcType=VARCHAR},
checkingPosition = #{record.checkingposition,jdbcType=VARCHAR},
checkingTime = #{record.checkingtime,jdbcType=TIMESTAMP},
userID = #{record.userid,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}