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},