Commit 62cf9546 authored by shajiaiming's avatar shajiaiming

fix

parent 2b49143a
...@@ -133,7 +133,7 @@ class IssueChainTransferController extends Controller ...@@ -133,7 +133,7 @@ class IssueChainTransferController extends Controller
} }
if (2 == $step) { if (2 == $step) {
$model = CoinIssueChainRecord::find()->where(['pre_query_transaction' => 'success'])->andWhere(['finish_query_transaction' => 'standby'])->all(); $model = CoinIssueChainRecord::find()->where(['pre_query_transaction' => 'success'])->andWhere(['finish_tx' => 'standby'])->all();
} }
if (false == $model) { if (false == $model) {
......
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