Commit ce54fa6b authored by shajiaiming's avatar shajiaiming

fix

parent 51d41ae0
......@@ -148,7 +148,7 @@ class IssueChainController extends BaseController
{
$data = null;
$group = Yii::$app->request->getGroup();
if ('administrator' == $group) {
if ('administrator' != $group) {
$msg = '当前账户无权限操作';
$code = -1;
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