正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -10,7 +10,6 @@ use App\Models\Inquiry\InquiryForm; | @@ -10,7 +10,6 @@ use App\Models\Inquiry\InquiryForm; | ||
| 10 | use App\Models\Inquiry\PhoneData; | 10 | use App\Models\Inquiry\PhoneData; |
| 11 | use App\Rules\Ids; | 11 | use App\Rules\Ids; |
| 12 | use App\Services\BatchExportService; | 12 | use App\Services\BatchExportService; |
| 13 | -use App\Utils\LogUtils; | ||
| 14 | use Illuminate\Http\Request; | 13 | use Illuminate\Http\Request; |
| 15 | use Illuminate\Support\Facades\Storage; | 14 | use Illuminate\Support\Facades\Storage; |
| 16 | use Illuminate\Support\Str; | 15 | use Illuminate\Support\Str; |
| @@ -180,7 +179,6 @@ class InquiryController extends BaseController | @@ -180,7 +179,6 @@ class InquiryController extends BaseController | ||
| 180 | if(!empty($this->param['form_id'])){ | 179 | if(!empty($this->param['form_id'])){ |
| 181 | $item = array_merge($item, $item['data']); | 180 | $item = array_merge($item, $item['data']); |
| 182 | } | 181 | } |
| 183 | - LogUtils::info('Inquiry_export', [$map, $item]); | ||
| 184 | foreach ($map as $field => $name) { | 182 | foreach ($map as $field => $name) { |
| 185 | if(empty($item[$field])){ | 183 | if(empty($item[$field])){ |
| 186 | $item[$field] = ''; | 184 | $item[$field] = ''; |
-
请 注册 或 登录 后发表评论