|
@@ -94,9 +94,32 @@ INSERT INTO sys_roleright (ROLEID, FUNCCODE, DATASCOPE, BLINE) VALUES ('sysadmin
|
|
|
INSERT INTO sys_roleright (ROLEID, FUNCCODE, DATASCOPE, BLINE) VALUES ('sysadmin', 'BL100004', null, '0');
|
|
|
INSERT INTO sys_roleright (ROLEID, FUNCCODE, DATASCOPE, BLINE) VALUES ('sysadmin', 'BL100006', null, '0');
|
|
|
|
|
|
--- 监管报表菜单
|
|
|
+-- 监管报表菜单 G4B-2 G4B-5
|
|
|
delete from sys_funinfo where FUNCCODE in ('M150002','M150003');
|
|
|
-insert into sys_funinfo (FUNCCODE, FUNCNAME, PARENTCODE, ORDERNO, LEAF, URL, LEVELCODE, REMARK, ORGTYPE, TERMINALTYPE) values ('M150002', '第二档银行:G4B-2表外信用风险加权资产计算表(权重法)', 'M150000', 4.000000000000000000000000000000, '1', '/rdp/rdpAnalysis/analTemplate/query/SupplementPlanQuery', 2.000000000000000000000000000000, null, '4tailbranch', 'null');
|
|
|
-insert into sys_funinfo (FUNCCODE, FUNCNAME, PARENTCODE, ORDERNO, LEAF, URL, LEVELCODE, REMARK, ORGTYPE, TERMINALTYPE) values ('M150003', '第二档银行:G4B-2表外信用风险加权资产计算表(权重法)', 'M150000', 6.000000000000000000000000000000, '1', '/rdp/rdpAnalysis/analTemplate/query/SupplementResultQuery', 2.000000000000000000000000000000, null, '4tailbranch', 'null');
|
|
|
+insert into sys_funinfo (FUNCCODE, FUNCNAME, PARENTCODE, ORDERNO, LEAF, URL, LEVELCODE, REMARK, ORGTYPE, TERMINALTYPE) values ('M150002', '第二档银行:G4B-2表外信用风险加权资产计算表(权重法)', 'M150000', 4.000000000000000000000000000000, '1', '/G4B_2', 2.000000000000000000000000000000, null, '4tailbranch', 'null');
|
|
|
+insert into sys_funinfo (FUNCCODE, FUNCNAME, PARENTCODE, ORDERNO, LEAF, URL, LEVELCODE, REMARK, ORGTYPE, TERMINALTYPE) values ('M150003', '第二档银行:G4B-5表外信用风险加权资产计算表(权重法)', 'M150000', 6.000000000000000000000000000000, '1', '/G4B_5', 2.000000000000000000000000000000, null, '4tailbranch', 'null');
|
|
|
|
|
|
+delete from sys_funorginfo where FUNCCODE in ('M150002','M150003');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150002', '000000');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150002', '351001');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150002', '355001');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150002', '355101');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150002', '355102');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150002', '355103');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150002', '355104');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150002', '355105');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150002', '355106');
|
|
|
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150003', '000000');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150003', '351001');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150003', '355001');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150003', '355101');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150003', '355102');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150003', '355103');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150003', '355104');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150003', '355105');
|
|
|
+insert into sys_funorginfo (FUNCCODE, ORGCODE) values ('M150003', '355106');
|
|
|
+
|
|
|
+delete from sys_roleright where FUNCCODE in ('M150003','M150002');
|
|
|
+INSERT INTO sys_roleright (ROLEID, FUNCCODE, DATASCOPE, BLINE) VALUES ('sysadmin', 'M150003', null, '0');
|
|
|
+INSERT INTO sys_roleright (ROLEID, FUNCCODE, DATASCOPE, BLINE) VALUES ('sysadmin', 'M150002', null, '0');
|