From 7d42d679862b47554e9ce0c17c9d03d3d5859b36 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 14 Jan 2019 09:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E6=9C=8D=E5=8A=A1=E5=B1=82?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=E8=B0=83=E7=94=A8=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E6=96=B9=E6=B3=95=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/GoodsService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/service/GoodsService.php b/application/service/GoodsService.php index 7e6136b80..9333979e2 100755 --- a/application/service/GoodsService.php +++ b/application/service/GoodsService.php @@ -1024,7 +1024,6 @@ class GoodsService // 删除原来的视频 if(!empty($goods['video']) && (!empty($video['data']['file_video']['url']) || empty($data['video']))) { - $this->FileDelete($goods['video']); \base\FileUtil::UnlinkFile(ROOT_PATH.$goods['video']); }