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}
positionID, companyID, positionLabel, provice, city, county, town, village, dataStatus,
createTime, creator, updatetime, updator
${fields}
delete from t_facility_position
insert into t_facility_position (positionID, companyID, positionLabel,
provice, city, county,
town, village, dataStatus,
createTime, creator, updatetime,
updator)
values (#{positionid,jdbcType=VARCHAR}, #{companyid,jdbcType=VARCHAR}, #{positionlabel,jdbcType=VARCHAR},
#{provice,jdbcType=VARCHAR}, #{city,jdbcType=VARCHAR}, #{county,jdbcType=VARCHAR},
#{town,jdbcType=VARCHAR}, #{village,jdbcType=VARCHAR}, #{datastatus,jdbcType=TINYINT},
#{createtime,jdbcType=TIMESTAMP}, #{creator,jdbcType=VARCHAR}, #{updatetime,jdbcType=TIMESTAMP},
#{updator,jdbcType=VARCHAR})
insert into t_facility_position
positionID,
companyID,
positionLabel,
provice,
city,
county,
town,
village,
dataStatus,
createTime,
creator,
updatetime,
updator,
#{positionid,jdbcType=VARCHAR},
#{companyid,jdbcType=VARCHAR},
#{positionlabel,jdbcType=VARCHAR},
#{provice,jdbcType=VARCHAR},
#{city,jdbcType=VARCHAR},
#{county,jdbcType=VARCHAR},
#{town,jdbcType=VARCHAR},
#{village,jdbcType=VARCHAR},
#{datastatus,jdbcType=TINYINT},
#{createtime,jdbcType=TIMESTAMP},
#{creator,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP},
#{updator,jdbcType=VARCHAR},
update t_facility_position
positionID = #{record.positionid,jdbcType=VARCHAR},
companyID = #{record.companyid,jdbcType=VARCHAR},
positionLabel = #{record.positionlabel,jdbcType=VARCHAR},
provice = #{record.provice,jdbcType=VARCHAR},
city = #{record.city,jdbcType=VARCHAR},
county = #{record.county,jdbcType=VARCHAR},
town = #{record.town,jdbcType=VARCHAR},
village = #{record.village,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_facility_position
set positionID = #{record.positionid,jdbcType=VARCHAR},
companyID = #{record.companyid,jdbcType=VARCHAR},
positionLabel = #{record.positionlabel,jdbcType=VARCHAR},
provice = #{record.provice,jdbcType=VARCHAR},
city = #{record.city,jdbcType=VARCHAR},
county = #{record.county,jdbcType=VARCHAR},
town = #{record.town,jdbcType=VARCHAR},
village = #{record.village,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}