Commit a6cda1d5 authored by shajiaiming's avatar shajiaiming

fix

parent 34b44c46
...@@ -138,6 +138,7 @@ class IssueChainTransferController extends Controller ...@@ -138,6 +138,7 @@ class IssueChainTransferController extends Controller
->andWhere(['not in', 'finish_send_transaction', ['standby', 'success', 'failed']]) ->andWhere(['not in', 'finish_send_transaction', ['standby', 'success', 'failed']])
->andWhere(['finish_query_transaction' => 'standby']) ->andWhere(['finish_query_transaction' => 'standby'])
->all(); ->all();
}
if (false == $model) { if (false == $model) {
echo date('Y-m-d H:i:s') . ' STEP: ' . $step . '暂无完成的发送交易' . PHP_EOL; echo date('Y-m-d H:i:s') . ' STEP: ' . $step . '暂无完成的发送交易' . PHP_EOL;
......
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