From 5d65b50bc1e22d193954e99aa418204c03637cf8 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Wed, 15 Dec 2021 17:54:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/ApplyController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/ApplyController.class.php b/Application/Admin/Controller/ApplyController.class.php index adea430bd..01b45e006 100644 --- a/Application/Admin/Controller/ApplyController.class.php +++ b/Application/Admin/Controller/ApplyController.class.php @@ -561,7 +561,7 @@ class ApplyController extends ThinkController } - M('apply', 'tab_') -> where(['id' => $ids]) -> setField(['enable_status'=>2, 'pack_url'=>'', 'plist_url'=>'']); + M('apply', 'tab_') -> where(['id' => $ids]) -> setField(['enable_status'=>2]); M('apply_launch', 'tab_')->where(['apply_id'=>$ids])->setField('launch_packge', 0); \Think\Log ::actionLog('Apply/package', 'Apply', $ids); $this -> success("已加入打包队列,刷新此页面可查看当前打包状态", $url);