From 9939db1087a93cc4df76a140e87d51a8b20e2015 Mon Sep 17 00:00:00 2001 From: wangzhaocui <18722597281> Date: Thu, 31 Mar 2022 15:14:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81ftp=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/master/controller/Datebase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/master/controller/Datebase.php b/application/master/controller/Datebase.php index 220b4d0..53c7875 100644 --- a/application/master/controller/Datebase.php +++ b/application/master/controller/Datebase.php @@ -336,7 +336,7 @@ class Datebase extends Controller{ $resJosn = json_decode($res,true); // zip生成成功后发送ftp - if($resJosn['code'] = 0){ + if($resJosn['code'] == 0){ $name = $baseDir.$outfileTitle.".zip"; // 发送ftp $this->sendFtp($name);