优化国标级联目录订阅通知以及目录查询回复
This commit is contained in:
@@ -65,4 +65,14 @@ alter table user
|
||||
add pushKey varchar(50) default null;
|
||||
|
||||
|
||||
alter table parent_platform
|
||||
add treeType varchar(50) not null;
|
||||
update parent_platform set parent_platform.treeType='BusinessGroup';
|
||||
|
||||
alter table platform_catalog
|
||||
add civilCode varchar(50) default null;
|
||||
alter table platform_catalog
|
||||
add businessGroupId varchar(50) default null;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user