Sfoglia il codice sorgente

20220921 fix 後台匯出功能

LuluFJ.Ho 2 anni fa
parent
commit
8431406c09

+ 0
- 1
app/Http/Services/Backend/DataManagement/SignupManagementService.php Vedi File

@@ -99,7 +99,6 @@ class SignupManagementService
99 99
         $result = $res
100 100
             ->get()
101 101
             ->toArray();
102
-        \Log::info(print_r($res,true));
103 102
 
104 103
         \Log::debug(print_r(DB::getQueryLog(), true));
105 104