曾超新 5 years ago
parent 7ffa4b762f
commit 0a28925cb9
  1. 2
      frontend/controllers/SystemController.php

@ -217,6 +217,6 @@ class SystemController extends \yii\web\Controller
$items = OrderT::find()
->where('status_id=10')
->all();
echo count($items);
return count($items);
}
}

Loading…
Cancel
Save