shish 10 месяцев назад
Родитель
Сommit
4553cdfd0a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      console/controllers/GhsInfoController.php

+ 1 - 0
console/controllers/GhsInfoController.php

@@ -27,6 +27,7 @@ class GhsInfoController extends Controller
                     $mobile = $shop->mobile;
                     if (!empty($mobile)) {
                         GhsClass::updateById($ghsId, ['mobile' => $mobile]);
+                        echo $mobile . "\n";
                     }
                 }
             }