新增企业

This commit is contained in:
韩国东 2022-12-20 16:16:50 +08:00
parent 4a53d36c6f
commit ae1a148e1b
2 changed files with 9 additions and 1 deletions

View File

@ -39,6 +39,7 @@ public interface SysEnterpriseMapper extends BaseMapper<SysEnterprise> {
SysEnterprise selectByPrimaryKey(@Param("sysenterpriseid") String sysenterpriseid);
int insert(SysEnterprise record);
int updateByPrimaryKeySelective(SysEnterprise record);

View File

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