11 lines
526 B
SQL
11 lines
526 B
SQL
INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
|
|
'888','888');
|
|
INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
|
|
'888','8881');
|
|
INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
|
|
'888','9528');
|
|
INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
|
|
'9528','8881');
|
|
INSERT INTO sys_data_authority_id (sys_authority_authority_id,data_authority_id) VALUES (
|
|
'9528','9528');
|