10 lines
250 B
SQL
10 lines
250 B
SQL
REPLACE INTO `zt_grouppriv` (`group`, `module`, `method`) VALUES
|
|
(1,'report','export'),
|
|
(4,'report','export'),
|
|
(5,'report','export'),
|
|
(6,'report','export'),
|
|
(7,'report','export'),
|
|
(8,'report','export'),
|
|
(9,'report','export'),
|
|
(10,'report','export');
|