id, uid, center_name, founding_time, principal, comment, system_url, deleted_sign
system_catalog
delete from org_tech_center
where id = #{id,jdbcType=VARCHAR}
insert into org_tech_center (id, uid, center_name, founding_time,
principal, comment, system_url, deleted_sign,
system_catalog)
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{centerName,jdbcType=VARCHAR}, #{foundingTime,jdbcType=TIMESTAMP},
#{principal,jdbcType=VARCHAR}, #{comment,jdbcType=VARCHAR}, #{systemUrl,jdbcType=VARCHAR}, #{deletedSign,jdbcType=INTEGER},
#{systemCatalog,jdbcType=LONGVARCHAR})
insert into org_tech_center
id,
uid,
center_name,
founding_time,
principal,
comment,
system_url,
deleted_sign,
system_catalog,
#{id,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR},
#{centerName,jdbcType=VARCHAR},
#{foundingTime,jdbcType=TIMESTAMP},
#{principal,jdbcType=VARCHAR},
#{comment,jdbcType=VARCHAR},
#{systemUrl,jdbcType=VARCHAR},
#{deletedSign,jdbcType=INTEGER},
#{systemCatalog,jdbcType=LONGVARCHAR},
update org_tech_center
uid = #{uid,jdbcType=VARCHAR},
center_name = #{centerName,jdbcType=VARCHAR},
founding_time = #{foundingTime,jdbcType=TIMESTAMP},
principal = #{principal,jdbcType=VARCHAR},
comment = #{comment,jdbcType=VARCHAR},
system_url = #{systemUrl,jdbcType=VARCHAR},
deleted_sign = #{deletedSign,jdbcType=INTEGER},
system_catalog = #{systemCatalog,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=VARCHAR}
update org_tech_center
set uid = #{uid,jdbcType=VARCHAR},
center_name = #{centerName,jdbcType=VARCHAR},
founding_time = #{foundingTime,jdbcType=TIMESTAMP},
principal = #{principal,jdbcType=VARCHAR},
comment = #{comment,jdbcType=VARCHAR},
system_url = #{systemUrl,jdbcType=VARCHAR},
deleted_sign = #{deletedSign,jdbcType=INTEGER},
system_catalog = #{systemCatalog,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=VARCHAR}
update org_tech_center
set uid = #{uid,jdbcType=VARCHAR},
center_name = #{centerName,jdbcType=VARCHAR},
founding_time = #{foundingTime,jdbcType=TIMESTAMP},
principal = #{principal,jdbcType=VARCHAR},
comment = #{comment,jdbcType=VARCHAR},
system_url = #{systemUrl,jdbcType=VARCHAR},
deleted_sign = #{deletedSign,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}