Browse Source

报告短信

master
wxd 11 months ago
parent
commit
76348fd164
  1. 2
      src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs

2
src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs

@ -1617,7 +1617,7 @@ namespace Shentun.Peis.TransToWebPeis
{ {
SmsAppId = smsAppId, SmsAppId = smsAppId,
SmsTypeId = smsTypeId, SmsTypeId = smsTypeId,
Content = patientRegister.PatientName,
Content = "",
CountryCode = "86", CountryCode = "86",
MobileTelephone = patientEnt.MobileTelephone, MobileTelephone = patientEnt.MobileTelephone,
PersonId = patientRegister.PatientId.ToString(), PersonId = patientRegister.PatientId.ToString(),

Loading…
Cancel
Save