|
|
@ -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 |
|
|
{ |
|
|
{ |
|
|
|