ソースを参照

20220920 fix 後台匯出功能

LuluFJ.Ho 3 年 前
コミット
a244c7f682
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      app/Http/Services/Backend/DataManagement/SignupManagementService.php

+ 1
- 1
app/Http/Services/Backend/DataManagement/SignupManagementService.php ファイルの表示

101
         $res = $this->signupDb
101
         $res = $this->signupDb
102
             ->get()
102
             ->get()
103
             ->toArray();
103
             ->toArray();
104
-        
104
+        \Log::info(print_r($res,true));
105
         // 整理返回值並返回
105
         // 整理返回值並返回
106
         return $res;
106
         return $res;
107
     }
107
     }