|
|
@@ -266,7 +266,7 @@ class ViolationProduct extends Controller
|
|
|
// 生成唯一文件ID
|
|
|
$fileId = make_snow_flake();
|
|
|
$message_data['file_id'] = $fileId;
|
|
|
- $fileName = '违规挂网商品导出_' . date('Y-m-d H:i:s', time()) . '.xlsx';
|
|
|
+ $fileName = '禁止挂网商品数据' . $fileId . '.xlsx';
|
|
|
$downloadLog = [
|
|
|
'insert_time' => time(),
|
|
|
'company_id' => $violation_product_where['company_id'],
|