From fc48be5b8ae05b91231b0e87bf1b59dfaa123fd5 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 19 Jul 2023 09:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B7=BB=E5=8A=A0=E7=AD=BE?= =?UTF-8?q?=E7=AB=A0=E9=85=8D=E7=BD=AE=E9=87=8D=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/CaService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/CaService.php b/app/Services/CaService.php index 357c88d..7bf43c4 100644 --- a/app/Services/CaService.php +++ b/app/Services/CaService.php @@ -571,6 +571,7 @@ class CaService extends BaseService $data = array(); $data['sign_config'] = json_encode($sign_param); + $data['is_sign_config'] = 1; UserCaCert::edit($params,$data); }