Browse Source

shijian

bjmzak
wxd 1 year ago
parent
commit
3449544229
  1. 3
      src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs

3
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),

Loading…
Cancel
Save