新增企业
This commit is contained in:
parent
4a53d36c6f
commit
ae1a148e1b
|
|
@ -39,6 +39,7 @@ public interface SysEnterpriseMapper extends BaseMapper<SysEnterprise> {
|
||||||
|
|
||||||
SysEnterprise selectByPrimaryKey(@Param("sysenterpriseid") String sysenterpriseid);
|
SysEnterprise selectByPrimaryKey(@Param("sysenterpriseid") String sysenterpriseid);
|
||||||
|
|
||||||
|
int insert(SysEnterprise record);
|
||||||
|
|
||||||
|
|
||||||
int updateByPrimaryKeySelective(SysEnterprise record);
|
int updateByPrimaryKeySelective(SysEnterprise record);
|
||||||
|
|
|
||||||
|
|
@ -102,9 +102,13 @@
|
||||||
street_code,
|
street_code,
|
||||||
community_code,
|
community_code,
|
||||||
net_code,
|
net_code,
|
||||||
|
area_code,
|
||||||
|
area_path,
|
||||||
|
area_name,
|
||||||
|
|
||||||
SuperiorEnterpriseId,
|
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,
|
EntSection, BaseSafeClassId, BaseInClassId,work_class_id,
|
||||||
PinYin, Principal,
|
PinYin, Principal,
|
||||||
SysAddress,
|
SysAddress,
|
||||||
|
|
@ -124,6 +128,9 @@
|
||||||
#{streetCode,jdbcType=VARCHAR},
|
#{streetCode,jdbcType=VARCHAR},
|
||||||
#{communityCode,jdbcType=VARCHAR},
|
#{communityCode,jdbcType=VARCHAR},
|
||||||
#{netCode,jdbcType=VARCHAR},
|
#{netCode,jdbcType=VARCHAR},
|
||||||
|
#{areaCode,jdbcType=VARCHAR},
|
||||||
|
#{areaPath,jdbcType=VARCHAR},
|
||||||
|
#{areaName,jdbcType=VARCHAR},
|
||||||
#{superiorenterpriseid,jdbcType=VARCHAR},
|
#{superiorenterpriseid,jdbcType=VARCHAR},
|
||||||
#{loworgcode,jdbcType=VARCHAR},
|
#{loworgcode,jdbcType=VARCHAR},
|
||||||
#{entname,jdbcType=VARCHAR},
|
#{entname,jdbcType=VARCHAR},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user