From 76348fd16437ef04b5efef6ce4b25391b687fe2b Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Tue, 3 Dec 2024 12:38:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=91=8A=E7=9F=AD=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TransToWebPeis/TransToWebPeisAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs index 18c7242..9fab772 100644 --- a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs +++ b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs @@ -1617,7 +1617,7 @@ namespace Shentun.Peis.TransToWebPeis { SmsAppId = smsAppId, SmsTypeId = smsTypeId, - Content = patientRegister.PatientName, + Content = "", CountryCode = "86", MobileTelephone = patientEnt.MobileTelephone, PersonId = patientRegister.PatientId.ToString(),