diff --git a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs index 514b9e7..91ab1d2 100644 --- a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs +++ b/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_flag",registerCheckWithDetail.IsCriticalValue), 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_date",registerCheckWithDetail.CheckDate), new SugarParameter("is_audit",registerCheckWithDetail.IsAudit),