Browse Source

预约

master
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
4656c6f15a
  1. 1
      src/Shentun.ColumnReferencePlugIns/WebAppoints/WebAppointWebPeisPlugIns.cs
  2. 3
      src/Shentun.Peis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

1
src/Shentun.ColumnReferencePlugIns/WebAppoints/WebAppointWebPeisPlugIns.cs

@ -62,6 +62,7 @@ namespace Shentun.Peis.PlugIns.WebAppoints
MobilePhone = input.MobilePhone,
AppointStartDate = input.AppointStartDate,
AppointStopDate = input.AppointStopDate,
CompleteFlag = input.CompleteFlag,
};
var appointPatientRegisterDtos = await CallWePeisAppServiceAsync<WebAppointPatientRegisterInput, List<AppointPatientRegisterDto>>(_webPeisGetAppointPatientRegisterListByFilterUrl,
webAppointPatientRegisterInput);

3
src/Shentun.Peis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

@ -50,7 +50,8 @@ namespace Shentun.Peis.AppointPatientRegisters
IdNo = input.IdNo,
MobilePhone = input.MobilePhone,
AppointStartDate = input.AppointStartDate,
AppointStopDate = input.AppointStopDate
AppointStopDate = input.AppointStopDate,
CompleteFlag = input.CompleteFlag,
};
object[] objects = [appointPatientRegisterPlugInsInputDto];
var parmValue = thirdInterface.ParmValue;

Loading…
Cancel
Save