Commit d7781e95 authored by shajiaiming's avatar shajiaiming

fix

1 merge request!203Feature/issue coin
...@@ -24,15 +24,10 @@ class IssueChainTransferController extends Controller ...@@ -24,15 +24,10 @@ class IssueChainTransferController extends Controller
*/ */
public function actionSendTransaction($step, $type) public function actionSendTransaction($step, $type)
{ {
if (0 == $type) { $manual_review = Yii::$app->redis->get('issue_chain_manual_review');
if ('close' == $manual_review) {
$status = CoinIssueCoin::STATUS_CONFIRM; $status = CoinIssueCoin::STATUS_CONFIRM;
$manual_review = Yii::$app->redis->get('issue_chain_manual_review'); } else {
if ('close' == $manual_review) {
return 0;
}
}
if (1 == $type) {
$status = CoinIssueCoin::STATUS_ALLOW; $status = CoinIssueCoin::STATUS_ALLOW;
} }
......
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