Selaa lähdekoodia

20220920 fix 後台匯出功能

LuluFJ.Ho 2 vuotta sitten
vanhempi
commit
a244c7f682

+ 1
- 1
app/Http/Services/Backend/DataManagement/SignupManagementService.php Näytä tiedosto

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