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, url, path, tenant_id, remark, create_by, create_time, update_by, update_time,
del_flag, contacts, phone, address, center_id
delete from ams_screen_wx_qr_code
where id = #{id,jdbcType=BIGINT}
insert into ams_screen_wx_qr_code (id, url, path,
tenant_id, remark, create_by,
create_time, update_by, update_time,
del_flag, contacts, phone,
address, center_id)
values (#{id,jdbcType=BIGINT}, #{url,jdbcType=VARCHAR}, #{path,jdbcType=VARCHAR},
#{tenantId,jdbcType=BIGINT}, #{remark,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=TINYINT}, #{contacts,jdbcType=VARCHAR}, #{phone,jdbcType=VARCHAR},
#{address,jdbcType=VARCHAR}, #{centerId,jdbcType=BIGINT})
insert into ams_screen_wx_qr_code
id,
url,
path,
tenant_id,
remark,
create_by,
create_time,
update_by,
update_time,
del_flag,
contacts,
phone,
address,
center_id,
#{id,jdbcType=BIGINT},
#{url,jdbcType=VARCHAR},
#{path,jdbcType=VARCHAR},
#{tenantId,jdbcType=BIGINT},
#{remark,jdbcType=VARCHAR},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=TINYINT},
#{contacts,jdbcType=VARCHAR},
#{phone,jdbcType=VARCHAR},
#{address,jdbcType=VARCHAR},
#{centerId,jdbcType=BIGINT},
update ams_screen_wx_qr_code
id = #{record.id,jdbcType=BIGINT},
url = #{record.url,jdbcType=VARCHAR},
path = #{record.path,jdbcType=VARCHAR},
tenant_id = #{record.tenantId,jdbcType=BIGINT},
remark = #{record.remark,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
del_flag = #{record.delFlag,jdbcType=TINYINT},
contacts = #{record.contacts,jdbcType=VARCHAR},
phone = #{record.phone,jdbcType=VARCHAR},
address = #{record.address,jdbcType=VARCHAR},
center_id = #{record.centerId,jdbcType=BIGINT},
update ams_screen_wx_qr_code
set id = #{record.id,jdbcType=BIGINT},
url = #{record.url,jdbcType=VARCHAR},
path = #{record.path,jdbcType=VARCHAR},
tenant_id = #{record.tenantId,jdbcType=BIGINT},
remark = #{record.remark,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
del_flag = #{record.delFlag,jdbcType=TINYINT},
contacts = #{record.contacts,jdbcType=VARCHAR},
phone = #{record.phone,jdbcType=VARCHAR},
address = #{record.address,jdbcType=VARCHAR},
center_id = #{record.centerId,jdbcType=BIGINT}
update ams_screen_wx_qr_code
url = #{url,jdbcType=VARCHAR},
path = #{path,jdbcType=VARCHAR},
tenant_id = #{tenantId,jdbcType=BIGINT},
remark = #{remark,jdbcType=VARCHAR},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=TINYINT},
contacts = #{contacts,jdbcType=VARCHAR},
phone = #{phone,jdbcType=VARCHAR},
address = #{address,jdbcType=VARCHAR},
center_id = #{centerId,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update ams_screen_wx_qr_code
set url = #{url,jdbcType=VARCHAR},
path = #{path,jdbcType=VARCHAR},
tenant_id = #{tenantId,jdbcType=BIGINT},
remark = #{remark,jdbcType=VARCHAR},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=TINYINT},
contacts = #{contacts,jdbcType=VARCHAR},
phone = #{phone,jdbcType=VARCHAR},
address = #{address,jdbcType=VARCHAR},
center_id = #{centerId,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}