shish 10 ヶ月 前
コミット
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";
                     }
                 }
             }