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(),