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}
id, code, name, type, rank, establishtime, updatetime, establishuser, updateuser,
pid, areacode, address, telephone, email, enable, remark
delete from organization
where id = #{id,jdbcType=VARCHAR}
delete from organization
insert into organization (id, code, name,
type, rank, establishtime,
updatetime, establishuser, updateuser,
pid, areacode, address,
telephone, email, enable,
remark)
values (#{id,jdbcType=VARCHAR}, #{code,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR}, #{rank,jdbcType=VARCHAR}, #{establishtime,jdbcType=TIMESTAMP},
#{updatetime,jdbcType=TIMESTAMP}, #{establishuser,jdbcType=VARCHAR}, #{updateuser,jdbcType=VARCHAR},
#{pid,jdbcType=VARCHAR}, #{areacode,jdbcType=VARCHAR}, #{address,jdbcType=VARCHAR},
#{telephone,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR}, #{enable,jdbcType=INTEGER},
#{remark,jdbcType=VARCHAR})
insert into organization
id,
code,
name,
type,
rank,
establishtime,
updatetime,
establishuser,
updateuser,
pid,
areacode,
address,
telephone,
email,
enable,
remark,
#{id,jdbcType=VARCHAR},
#{code,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR},
#{rank,jdbcType=VARCHAR},
#{establishtime,jdbcType=TIMESTAMP},
#{updatetime,jdbcType=TIMESTAMP},
#{establishuser,jdbcType=VARCHAR},
#{updateuser,jdbcType=VARCHAR},
#{pid,jdbcType=VARCHAR},
#{areacode,jdbcType=VARCHAR},
#{address,jdbcType=VARCHAR},
#{telephone,jdbcType=VARCHAR},
#{email,jdbcType=VARCHAR},
#{enable,jdbcType=INTEGER},
#{remark,jdbcType=VARCHAR},
update organization
id = #{record.id,jdbcType=VARCHAR},
code = #{record.code,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
type = #{record.type,jdbcType=VARCHAR},
rank = #{record.rank,jdbcType=VARCHAR},
establishtime = #{record.establishtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
establishuser = #{record.establishuser,jdbcType=VARCHAR},
updateuser = #{record.updateuser,jdbcType=VARCHAR},
pid = #{record.pid,jdbcType=VARCHAR},
areacode = #{record.areacode,jdbcType=VARCHAR},
address = #{record.address,jdbcType=VARCHAR},
telephone = #{record.telephone,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
enable = #{record.enable,jdbcType=INTEGER},
remark = #{record.remark,jdbcType=VARCHAR},
update organization
set id = #{record.id,jdbcType=VARCHAR},
code = #{record.code,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
type = #{record.type,jdbcType=VARCHAR},
rank = #{record.rank,jdbcType=VARCHAR},
establishtime = #{record.establishtime,jdbcType=TIMESTAMP},
updatetime = #{record.updatetime,jdbcType=TIMESTAMP},
establishuser = #{record.establishuser,jdbcType=VARCHAR},
updateuser = #{record.updateuser,jdbcType=VARCHAR},
pid = #{record.pid,jdbcType=VARCHAR},
areacode = #{record.areacode,jdbcType=VARCHAR},
address = #{record.address,jdbcType=VARCHAR},
telephone = #{record.telephone,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
enable = #{record.enable,jdbcType=INTEGER},
remark = #{record.remark,jdbcType=VARCHAR}
update organization
code = #{code,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
type = #{type,jdbcType=VARCHAR},
rank = #{rank,jdbcType=VARCHAR},
establishtime = #{establishtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
establishuser = #{establishuser,jdbcType=VARCHAR},
updateuser = #{updateuser,jdbcType=VARCHAR},
pid = #{pid,jdbcType=VARCHAR},
areacode = #{areacode,jdbcType=VARCHAR},
address = #{address,jdbcType=VARCHAR},
telephone = #{telephone,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR},
enable = #{enable,jdbcType=INTEGER},
remark = #{remark,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update organization
set code = #{code,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
type = #{type,jdbcType=VARCHAR},
rank = #{rank,jdbcType=VARCHAR},
establishtime = #{establishtime,jdbcType=TIMESTAMP},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
establishuser = #{establishuser,jdbcType=VARCHAR},
updateuser = #{updateuser,jdbcType=VARCHAR},
pid = #{pid,jdbcType=VARCHAR},
areacode = #{areacode,jdbcType=VARCHAR},
address = #{address,jdbcType=VARCHAR},
telephone = #{telephone,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR},
enable = #{enable,jdbcType=INTEGER},
remark = #{remark,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}