Commit 95f16d02 authored by shajiaiming's avatar shajiaiming

fix

parent c0f7b241
...@@ -140,6 +140,7 @@ class CrossChainController extends BaseController ...@@ -140,6 +140,7 @@ class CrossChainController extends BaseController
$model = CoinCrossChain::find()->where(['address' => $address, 'is_with_draw' => $is_with_draw])->orderBy("id desc")->limit(3)->asArray()->all(); $model = CoinCrossChain::find()->where(['address' => $address, 'is_with_draw' => $is_with_draw])->orderBy("id desc")->limit(3)->asArray()->all();
if (empty($model)) { if (empty($model)) {
$msg = '数据不存在!'; $msg = '数据不存在!';
$code = 0;
goto doEnd; goto doEnd;
} }
sort($model); sort($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