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);