Commit d7781e95 authored by shajiaiming's avatar shajiaiming

fix

parent 3a7d8b17
......@@ -24,15 +24,10 @@ class IssueChainTransferController extends Controller
*/
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;
$manual_review = Yii::$app->redis->get('issue_chain_manual_review');
if ('close' == $manual_review) {
return 0;
}
}
if (1 == $type) {
} else {
$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