+ add power for todo batch create.

This commit is contained in:
wangyidong
2012-09-03 06:09:48 +00:00
parent 1621d6c5e1
commit 72a9e6e9cd

View File

@@ -1600,4 +1600,9 @@ INSERT INTO `zt_groupPriv` (`company`, `group`, `module`, `method`) VALUES
(1, 5, 'my', 'task'),
(1, 5, 'my', 'todo'),
(1, 5, 'my', 'index'),
(1, 1, 'todo', 'batchCreate'),
(1, 2, 'todo', 'batchCreate'),
(1, 3, 'todo', 'batchCreate'),
(1, 4, 'todo', 'batchCreate'),
(1, 5, 'todo', 'batchCreate'),
(1, 5, 'index', 'index');