6 lines
173 B
SQL
6 lines
173 B
SQL
REPLACE INTO `zt_grouppriv` (`group`, `module`, `method`) VALUES
|
|
(1,'testreport','export'),
|
|
(4,'testreport','export'),
|
|
(5,'testreport','export'),
|
|
(8,'testreport','export');
|