From f658f816cd07bc0d829361f40fb34908fc99aeb4 Mon Sep 17 00:00:00 2001 From: wangzhaocui <18722597281> Date: Tue, 12 Apr 2022 13:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=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 89183f2..e52c647 100644 --- a/application/master/controller/Datebase.php +++ b/application/master/controller/Datebase.php @@ -220,7 +220,7 @@ class Datebase extends Controller{ */ public function dataPush(){ $data = $this->request->post(); - $data["journal_stage_id"] = 305; +// $data["journal_stage_id"] = 305; $stage_info = $this->journal_stage_obj->where("journal_stage_id",$data["journal_stage_id"])->find(); $this->createEmailFile($data["journal_stage_id"]); // 发送ftp