|
...
|
...
|
@@ -10,7 +10,6 @@ use App\Models\Inquiry\InquiryForm; |
|
|
|
use App\Models\Inquiry\PhoneData;
|
|
|
|
use App\Rules\Ids;
|
|
|
|
use App\Services\BatchExportService;
|
|
|
|
use App\Utils\LogUtils;
|
|
|
|
use Illuminate\Http\Request;
|
|
|
|
use Illuminate\Support\Facades\Storage;
|
|
|
|
use Illuminate\Support\Str;
|
|
...
|
...
|
@@ -180,7 +179,6 @@ class InquiryController extends BaseController |
|
|
|
if(!empty($this->param['form_id'])){
|
|
|
|
$item = array_merge($item, $item['data']);
|
|
|
|
}
|
|
|
|
LogUtils::info('Inquiry_export', [$map, $item]);
|
|
|
|
foreach ($map as $field => $name) {
|
|
|
|
if(empty($item[$field])){
|
|
|
|
$item[$field] = '';
|
...
|
...
|
|