Commit bb6fb419 authored by shajiaiming's avatar shajiaiming

fix

parent e0cc57e7
...@@ -431,12 +431,6 @@ class IssueCoinController extends BaseController ...@@ -431,12 +431,6 @@ class IssueCoinController extends BaseController
goto doEnd; goto doEnd;
} }
if ($issue_coin->status > CoinIssueCoin::STATUS_PEDDING) {
$msg = '该状态下禁止发行';
$code = -1;
goto doEnd;
}
$isExist = CoinIssueRevokeRecord::find()->where(['issue_coin_id' => $id])->count(); $isExist = CoinIssueRevokeRecord::find()->where(['issue_coin_id' => $id])->count();
if (0 != $isExist) { if (0 != $isExist) {
$msg = '撤消记录已存在'; $msg = '撤消记录已存在';
......
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