From dfeb8302d58e2d3f38eb5c2f18b3218b981c9fd3 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 20 Jul 2023 17:14:43 +0800 Subject: [PATCH] 1 --- api/service/userDoctor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/service/userDoctor.go b/api/service/userDoctor.go index 6ed9c2c..4a045bb 100644 --- a/api/service/userDoctor.go +++ b/api/service/userDoctor.go @@ -1631,7 +1631,7 @@ func (r *UserDoctorService) PutMulti(doctorId int64, req requests.PutMulti) (boo userCaCert := &model.UserCaCert{ UserId: &userDoctor.UserId, IsSystem: 0, - Type: 1, + Type: 2, CertBase64: cloudCertResponse.CertBase64, CertChainP7: cloudCertResponse.CertP7, CertSerialNumber: cloudCertResponse.CertSerialnumber,