|
|
|
@ -351,7 +351,8 @@ namespace Shentun.Peis.PatientRegisters |
|
|
|
SexId = entity.SexId, |
|
|
|
SummaryDate = null, |
|
|
|
SummaryDoctorId = null, |
|
|
|
ThirdInfo = entity.ThirdInfo |
|
|
|
ThirdInfo = entity.ThirdInfo, |
|
|
|
AppointPatientRegisterId = entity.AppointPatientRegisterId |
|
|
|
}; |
|
|
|
|
|
|
|
if (patientRegisterEnt.CustomerOrgGroupId != Guid.Empty && patientRegisterEnt.CustomerOrgGroupId != null) |
|
|
|
@ -734,6 +735,7 @@ namespace Shentun.Peis.PatientRegisters |
|
|
|
//targetEntity.SummaryDate = sourceEntity.SummaryDate;
|
|
|
|
//targetEntity.SummaryDoctor = sourceEntity.SummaryDoctor;
|
|
|
|
targetEntity.ThirdInfo = sourceEntity.ThirdInfo; |
|
|
|
targetEntity.AppointPatientRegisterId = sourceEntity.AppointPatientRegisterId; |
|
|
|
|
|
|
|
if (sourceEntity.CustomerOrgGroupId != Guid.Empty && sourceEntity.CustomerOrgGroupId != null) |
|
|
|
{ |
|
|
|
|