Commit ce54fa6b authored by shajiaiming's avatar shajiaiming

fix

parent 51d41ae0
...@@ -148,7 +148,7 @@ class IssueChainController extends BaseController ...@@ -148,7 +148,7 @@ class IssueChainController extends BaseController
{ {
$data = null; $data = null;
$group = Yii::$app->request->getGroup(); $group = Yii::$app->request->getGroup();
if ('administrator' == $group) { if ('administrator' != $group) {
$msg = '当前账户无权限操作'; $msg = '当前账户无权限操作';
$code = -1; $code = -1;
goto doEnd; goto doEnd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment