Browse Source

20220920 fix 後台匯出功能

LuluFJ.Ho 2 years ago
parent
commit
a244c7f682

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

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
     }