From ce990d3181bda44d07b6de0ce2a8c38d065524fd Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Thu, 14 May 2020 09:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= 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 9db28b296..7a6eb7355 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]); + M('apply', 'tab_')->where($conditions)->save(['offline_status' => 1, 'enable_status' => 0]); } public function updateAfterPack($apply, $packageUrl, $plistUrl)