소스 검색

20220920 fix 後台匯出功能

LuluFJ.Ho 2 년 전
부모
커밋
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
     }