Browse Source

预约

master
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
3ed5774f39
  1. 2
      src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

2
src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs

@ -346,7 +346,7 @@ namespace Shentun.WebPeis.AppointPatientRegisters
on appointPatientRegister.CustomerOrgId equals customerOrg.CustomerOrgId on appointPatientRegister.CustomerOrgId equals customerOrg.CustomerOrgId
where appointPatientRegister.PersonId == input.PersonId && where appointPatientRegister.PersonId == input.PersonId &&
appointPatientRegister.CompleteFlag != AppointPatientRegisterCompleteFlag.CancelAppoint && appointPatientRegister.CompleteFlag != AppointPatientRegisterCompleteFlag.CancelAppoint &&
appointPatientRegister.CustomerOrgId != GuidFlag.PersonCustomerOrgId
appointPatientRegister.CustomerOrgId == GuidFlag.PersonCustomerOrgId
orderby appointPatientRegister.AppointDate orderby appointPatientRegister.AppointDate
select new select new
{ {

Loading…
Cancel
Save