* code for task #3476.

This commit is contained in:
wangyidong
2017-12-13 11:33:55 +08:00
parent db3b3deafb
commit 3eba5feb13
+1 -1
View File
@@ -916,7 +916,7 @@ INSERT INTO `zt_group` (`id`, `name`, `role`, `desc`) VALUES
(9, 'TOP', 'top', 'for top manager.'),
(10, 'OTHERS', 'others', 'for others.'),
(11, 'guest', 'guest', 'For guest'),
(12, 'limited', 'limited', 'For limited user');
(12, 'LIMITED', 'limited', 'For limited user');
INSERT INTO `zt_grouppriv` (`group`, `module`, `method`) VALUES
(1, 'action', 'editComment'),