Commit 288cf58a authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/issue_coin' into develop

parents 6fb35d8b ce54fa6b
......@@ -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