From ae1a148e1b5490006aedf8622761ee3d5b3bfe79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E5=9B=BD=E4=B8=9C?= Date: Tue, 20 Dec 2022 16:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BC=81=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/rzyc/mapper/ent/SysEnterpriseMapper.java | 1 + .../main/resources/mapper/ent/SysEnterpriseMapper.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/inventory-dao/src/main/java/com/rzyc/mapper/ent/SysEnterpriseMapper.java b/inventory-dao/src/main/java/com/rzyc/mapper/ent/SysEnterpriseMapper.java index 1d02633..59beff6 100644 --- a/inventory-dao/src/main/java/com/rzyc/mapper/ent/SysEnterpriseMapper.java +++ b/inventory-dao/src/main/java/com/rzyc/mapper/ent/SysEnterpriseMapper.java @@ -39,6 +39,7 @@ public interface SysEnterpriseMapper extends BaseMapper { SysEnterprise selectByPrimaryKey(@Param("sysenterpriseid") String sysenterpriseid); + int insert(SysEnterprise record); int updateByPrimaryKeySelective(SysEnterprise record); diff --git a/inventory-dao/src/main/resources/mapper/ent/SysEnterpriseMapper.xml b/inventory-dao/src/main/resources/mapper/ent/SysEnterpriseMapper.xml index 4e6320e..47c91a0 100644 --- a/inventory-dao/src/main/resources/mapper/ent/SysEnterpriseMapper.xml +++ b/inventory-dao/src/main/resources/mapper/ent/SysEnterpriseMapper.xml @@ -102,9 +102,13 @@ street_code, community_code, net_code, + area_code, + area_path, + area_name, SuperiorEnterpriseId, - LowOrgCode, EntName,isHide, State,complite,sysUnitId,ManagerDept,dynamicRiskLevel,inherentRisk,manageType,EntType, + LowOrgCode, EntName,isHide, State,complite,sysUnitId,ManagerDept, + dynamicRiskLevel,inherentRisk,manageType,EntType, EntSection, BaseSafeClassId, BaseInClassId,work_class_id, PinYin, Principal, SysAddress, @@ -124,6 +128,9 @@ #{streetCode,jdbcType=VARCHAR}, #{communityCode,jdbcType=VARCHAR}, #{netCode,jdbcType=VARCHAR}, + #{areaCode,jdbcType=VARCHAR}, + #{areaPath,jdbcType=VARCHAR}, + #{areaName,jdbcType=VARCHAR}, #{superiorenterpriseid,jdbcType=VARCHAR}, #{loworgcode,jdbcType=VARCHAR}, #{entname,jdbcType=VARCHAR},