shish 4 years ago
parent
commit
825f2ad00f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      console/controllers/CustomController.php

+ 1 - 0
console/controllers/CustomController.php

@@ -138,6 +138,7 @@ class CustomController extends Controller
         if (empty($customList)) {
         if (empty($customList)) {
             return false;
             return false;
         }
         }
+        print_r($customList);die;
         foreach ($customList as $customer) {
         foreach ($customList as $customer) {
 
 
             $connection = Yii::$app->db;
             $connection = Yii::$app->db;