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}
companyID, companyName, companyAddress, companyInfo, provice, city, county, town,
village, dataStatus, createTime, creator, updatetime, updator
${fields}
delete from t_company
insert into t_company (companyID, companyName, companyAddress,
companyInfo, provice, city,
county, town, village,
dataStatus, createTime, creator,
updatetime, updator)
values (#{companyid,jdbcType=VARCHAR}, #{companyname,jdbcType=VARCHAR}, #{companyaddress,jdbcType=VARCHAR},
#{companyinfo,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_company
companyID,
companyName,
companyAddress,
companyInfo,
provice,
city,
county,
town,
village,
dataStatus,
createTime,
creator,
updatetime,
updator,
#{companyid,jdbcType=VARCHAR},
#{companyname,jdbcType=VARCHAR},
#{companyaddress,jdbcType=VARCHAR},
#{companyinfo,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_company
companyID = #{record.companyid,jdbcType=VARCHAR},
companyName = #{record.companyname,jdbcType=VARCHAR},
companyAddress = #{record.companyaddress,jdbcType=VARCHAR},
companyInfo = #{record.companyinfo,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_company
set companyID = #{record.companyid,jdbcType=VARCHAR},
companyName = #{record.companyname,jdbcType=VARCHAR},
companyAddress = #{record.companyaddress,jdbcType=VARCHAR},
companyInfo = #{record.companyinfo,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}