Browse Source

上传信息字段

master
wxd 1 year ago
parent
commit
3497fa7c4e
  1. 8
      src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs

8
src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs

@ -1055,10 +1055,10 @@ namespace Shentun.Peis.TransToWebPeis
new SugarParameter("critical_value",registerCheckWithDetail.CriticalRangeValue), new SugarParameter("critical_value",registerCheckWithDetail.CriticalRangeValue),
new SugarParameter("critical_value_flag",registerCheckWithDetail.IsCriticalValue), new SugarParameter("critical_value_flag",registerCheckWithDetail.IsCriticalValue),
new SugarParameter("critical_value_process_content",registerCheckWithDetail.CriticalValueContent), new SugarParameter("critical_value_process_content",registerCheckWithDetail.CriticalValueContent),
//new SugarParameter("critical_value_process_flag",registerCheckWithDetail.CriticalValueProcessFlag),
//new SugarParameter("critical_value_process_doctor",registerCheckWithDetail.CriticalValueProcessDoctor),
//new SugarParameter("critical_value_process_date",registerCheckWithDetail.CriticalValueProcessDate),
//new SugarParameter("critical_value_create_date",registerCheckWithDetail.CriticalValueCreateDate),
new SugarParameter("critical_value_process_flag",null),
new SugarParameter("critical_value_process_doctor",""),
new SugarParameter("critical_value_process_date",null),
new SugarParameter("critical_value_create_date",null),
new SugarParameter("check_doctor_id",registerCheckWithDetail.CheckDoctorId), new SugarParameter("check_doctor_id",registerCheckWithDetail.CheckDoctorId),
new SugarParameter("check_date",registerCheckWithDetail.CheckDate), new SugarParameter("check_date",registerCheckWithDetail.CheckDate),
new SugarParameter("is_audit",registerCheckWithDetail.IsAudit), new SugarParameter("is_audit",registerCheckWithDetail.IsAudit),

Loading…
Cancel
Save