shish il y a 4 ans
Parent
commit
fbd9c6c8e6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      console/controllers/RefundItemController.php

+ 1 - 0
console/controllers/RefundItemController.php

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