You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
weaver-hrm-organization/docs/sqlupgrade/PG/sql202210200503.sql

145 lines
5.7 KiB
MySQL

2 years ago
delete from HtmlLabelIndex where id = 539805 and ( indexdesc is null or indexdesc = '' )
;
2 years ago
/
2 years ago
insert into HtmlLabelIndex(id,indexdesc) select 539805,'ģ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȩ' from HtmlLabelIndex where not exists (select id from HtmlLabelIndex where id = 539805 and ( indexdesc is not null and indexdesc <> '' )) limit 1
;
2 years ago
/
2 years ago
delete from HtmlLabelInfo where indexid = 539805 and languageid=7 and ( labelname is null or labelname = '' )
;
2 years ago
/
2 years ago
insert into HtmlLabelInfo(indexid,labelname,languageid) select * from (select 539805 as indexid ,'ģ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȩ' as content,7 as languageid from HtmlLabelInfo) t where not exists (select indexid,languageid from HtmlLabelInfo where indexid = 539805 and languageid=7 and ( labelname is not null and labelname <> '' )) limit 1
;
2 years ago
/
2 years ago
delete from HtmlLabelInfo where indexid = 539805 and languageid=8 and ( labelname is null or labelname = '' or length(labelname)!=char_length(labelname) )
;
2 years ago
/
2 years ago
insert into HtmlLabelInfo(indexid,labelname,languageid) select * from (select 539805 as indexid ,'Decentralization of module management' as content,8 as languageid from HtmlLabelInfo) t where not exists (select indexid,languageid from HtmlLabelInfo where indexid = 539805 and languageid=8 and ( labelname is not null and labelname <> '' and length(labelname)=char_length(labelname) )) limit 1
;
2 years ago
/
2 years ago
delete from HtmlLabelInfo where indexid = 539805 and languageid=9 and ( labelname is null or labelname = '' )
;
2 years ago
/
2 years ago
insert into HtmlLabelInfo(indexid,labelname,languageid) select * from (select 539805 as indexid ,'ģ<EFBFBD>K<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֙<EFBFBD>' as content,9 as languageid from HtmlLabelInfo) t where not exists (select indexid,languageid from HtmlLabelInfo where indexid = 539805 and languageid=9 and ( labelname is not null and labelname <> '' )) limit 1
;
2 years ago
/
2 years ago
delete from HtmlLabelIndex where id = 539804 and ( indexdesc is null or indexdesc = '' )
;
2 years ago
/
2 years ago
insert into HtmlLabelIndex(id,indexdesc) select 539804,'<EFBFBD><EFBFBD>Ȩ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' from HtmlLabelIndex where not exists (select id from HtmlLabelIndex where id = 539804 and ( indexdesc is not null and indexdesc <> '' )) limit 1
;
2 years ago
/
2 years ago
delete from HtmlLabelInfo where indexid = 539804 and languageid=7 and ( labelname is null or labelname = '' )
;
2 years ago
/
2 years ago
insert into HtmlLabelInfo(indexid,labelname,languageid) select * from (select 539804 as indexid ,'<EFBFBD><EFBFBD>Ȩ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' as content,7 as languageid from HtmlLabelInfo) t where not exists (select indexid,languageid from HtmlLabelInfo where indexid = 539804 and languageid=7 and ( labelname is not null and labelname <> '' )) limit 1
;
2 years ago
/
2 years ago
delete from HtmlLabelInfo where indexid = 539804 and languageid=8 and ( labelname is null or labelname = '' or length(labelname)!=char_length(labelname) )
;
2 years ago
/
2 years ago
insert into HtmlLabelInfo(indexid,labelname,languageid) select * from (select 539804 as indexid ,'Decentralized management center' as content,8 as languageid from HtmlLabelInfo) t where not exists (select indexid,languageid from HtmlLabelInfo where indexid = 539804 and languageid=8 and ( labelname is not null and labelname <> '' and length(labelname)=char_length(labelname) )) limit 1
;
2 years ago
/
2 years ago
delete from HtmlLabelInfo where indexid = 539804 and languageid=9 and ( labelname is null or labelname = '' )
;
2 years ago
/
2 years ago
insert into HtmlLabelInfo(indexid,labelname,languageid) select * from (select 539804 as indexid ,'<EFBFBD>֙<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' as content,9 as languageid from HtmlLabelInfo) t where not exists (select indexid,languageid from HtmlLabelInfo where indexid = 539804 and languageid=9 and ( labelname is not null and labelname <> '' )) limit 1
;
2 years ago
/
2 years ago
Delete from LeftMenuInfo where id=100178
;
2 years ago
/
2 years ago
Delete from LeftMenuConfig where infoid=100178
;
2 years ago
/
2 years ago
select LMConfig_U_ByInfoInsert (2,100139,5)
;
2 years ago
/
2 years ago
select LMInfo_Insert (100178,539804,'','',2,100139,5,2)
;
2 years ago
/
2 years ago
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='' where id = 100178
;
2 years ago
/
2 years ago
Delete from LeftMenuInfo where id=100179
;
2 years ago
/
2 years ago
Delete from LeftMenuConfig where infoid=100179
;
2 years ago
/
2 years ago
select LMConfig_U_ByInfoInsert (2,100178,-1)
;
2 years ago
/
2 years ago
select LMInfo_Insert (100179,539805,'','',2,100178,-1,2)
;
2 years ago
/
2 years ago
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/organization/static/index.html#/main/organization/managerDetach' where id = 100179
;
2 years ago
/
2 years ago
delete from SystemRightDetail where rightid =2727
;
2 years ago
/
2 years ago
delete from SystemRightsLanguage where id =2727
;
2 years ago
/
2 years ago
delete from SystemRights where id =2727
;
2 years ago
/
2 years ago
delete from SystemRightToGroup where rightid =2727
;
2 years ago
/
2 years ago
delete from SystemRightType where id =37
;
2 years ago
/
2 years ago
delete from SystemRightGroups where id =-23
;
2 years ago
/
2 years ago
insert into SystemRights (id,rightdesc,righttype,detachable) values (2727,'ģ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȩ','37',0)
;
2 years ago
/
2 years ago
insert into SystemRightsLanguage (id,languageid,rightname,rightdesc) values (2727,8,'Decentralization of module management','Decentralization of module management')
;
2 years ago
/
2 years ago
insert into SystemRightsLanguage (id,languageid,rightname,rightdesc) values (2727,9,'ģ<EFBFBD>K<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֙<EFBFBD>','ģ<EFBFBD>K<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֙<EFBFBD>')
;
/
insert into SystemRightsLanguage (id,languageid,rightname,rightdesc) values (2727,7,'ģ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȩ','ģ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȩ')
;
2 years ago
/
2 years ago
insert into SystemRightDetail (id,rightdetailname,rightdetail,rightid) values (44005,'ģ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȨȨ<EFBFBD><EFBFBD>','MangerDeatch:All',2727)
;
2 years ago
/
2 years ago
insert into SystemRightToGroup(rightid,groupid) values (2727,-23)
;
/
insert into SystemRightGroups (id,rightgroupmark, rightgroupname, rightgroupremark) values(-23,'ORGANIZATION','<EFBFBD><EFBFBD>֯<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȩ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>','<EFBFBD><EFBFBD>֯<EFBFBD><EFBFBD><EFBFBD><EFBFBD>')
;
/
insert into SystemRightType(id,rightTypeName,rightTypeDesc) VALUES (37,'<EFBFBD><EFBFBD>֯<EFBFBD><EFBFBD><EFBFBD><EFBFBD>','<EFBFBD><EFBFBD>֯<EFBFBD><EFBFBD><EFBFBD><EFBFBD>')
;
2 years ago
/
CREATE TABLE JCL_ORG_DETACH (
2 years ago
ID SERIAL NOT NULL,
MANAGER_TYPE INT NULL,
EC_MANAGER INT NOT NULL,
JCL_MANAGER INT NOT NULL,
2 years ago
EC_ROLELEVEL VARCHAR(4000) NOT NULL,
JCL_ROLELEVEL VARCHAR(4000) NOT NULL,
MANAGE_MODULE VARCHAR(4000) NOT NULL,
2 years ago
CREATOR INT NULL,
DELETE_TYPE INT NULL,
CREATE_TIME TIMESTAMP WITHOUT TIME ZONE NULL,
UPDATE_TIME TIMESTAMP WITHOUT TIME ZONE NULL,
PRIMARY KEY (ID)
2 years ago
);
/