@ -212,4 +212,11 @@ class SystemController extends \yii\web\Controller
return $result;
}
public function actionTest() {
$items = OrderT::find()
->where('status_id=10')
->all();
echo count($items);