diff --git a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs index 5812f84..a021b5e 100644 --- a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs +++ b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs @@ -789,7 +789,8 @@ namespace Shentun.Peis.TransToWebPeis new SugarParameter("medical_center_id",patientRegisterEnt.MedicalCenterId), new SugarParameter("customer_org_register_id",patientRegisterEnt.CustomerOrgRegisterId), new SugarParameter("concurrency_stamp",patientRegisterEnt.ConcurrencyStamp), - new SugarParameter("creation_time",patientRegisterEnt.CreationTime), + // new SugarParameter("creation_time",patientRegisterEnt.CreationTime), + new SugarParameter("creation_time",DateTime.Now), new SugarParameter("creator_id",patientRegisterEnt.CreatorId), new SugarParameter("last_modification_time",patientRegisterEnt.LastModificationTime), new SugarParameter("last_modifier_id",patientRegisterEnt.LastModifierId),