Commit 97ec5572 by 杨昕

删除临时数据

parent 7fe71064
Pipeline #14120 passed with stages
in 1 minute 48 seconds
......@@ -286,6 +286,7 @@ class MediaController extends Controller
$sheet = (new MediasImport())->toArray($file);
$temp = [];
foreach ($sheet[0] as $key => $item){
......@@ -340,7 +341,7 @@ class MediaController extends Controller
$content = json_decode($record['content'],true);
// DownloadRecord::delRecord($keyId);
DownloadRecord::delRecord($keyId);
return new MediasExport($content);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment