From 4b852cf071419f3bfa4203f5f1d6f942eb77dac9 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Thu, 14 May 2020 10:07:32 +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/Base/Service/ApplyService.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Base/Service/ApplyService.class.php b/Application/Base/Service/ApplyService.class.php index 7a6eb7355..9db28b296 100644 --- a/Application/Base/Service/ApplyService.class.php +++ b/Application/Base/Service/ApplyService.class.php @@ -60,7 +60,7 @@ class ApplyService { $promoteIds = array_merge($promoteIds, array_column($children, 'id')); $conditions['promote_id'] = ['in', $promoteIds]; } - M('apply', 'tab_')->where($conditions)->save(['offline_status' => 1, 'enable_status' => 0]); + M('apply', 'tab_')->where($conditions)->save(['offline_status' => 1]); } public function updateAfterPack($apply, $packageUrl, $plistUrl)