shish 4 лет назад
Родитель
Сommit
fbd9c6c8e6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      console/controllers/RefundItemController.php

+ 1 - 0
console/controllers/RefundItemController.php

@@ -44,6 +44,7 @@ class RefundItemController extends Controller
     public function actionOrder()
     {
         $list = OrderClass::getAllByCondition([], null, '*', null, true);
+        echo "数量:" . count($list) . "\n";
         if (empty($list)) {
             print_r($list);
             return false;