刘韬 4 years ago
parent
commit
89a3c506d5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      DataFusion/src/com/zskk/task/DataTask.java

+ 3 - 3
DataFusion/src/com/zskk/task/DataTask.java

@@ -33,15 +33,15 @@ public class DataTask implements ITask {
 			//报告医生姓名
 			params.put("report_doctor_name", record.getStr("REPORTDOCTOR"));
 			//报告时间
-			params.put("report_datetime", record.getStr("REPORTDATE"));
+			params.put("report_datetime", record.getStr("REPORTDATE")==null?record.getStr("STUDY_DATE"):record.getStr("REPORTDATE"));
 			//审核医生姓名
 			params.put("review_doctor_name", record.getStr("REVIEWDOCTOR"));
 			//审核时间
-			params.put("review_datetime", record.getStr("REPORTDATE"));
+			params.put("review_datetime", record.getStr("REPORTDATE")==null?record.getStr("STUDY_DATE"):record.getStr("REPORTDATE"));
 			//确认医生姓名
 			params.put("confirm_doctor_name", record.getStr("REVIEWDOCTOR"));
 			//确认时间
-			params.put("confirm_datetime", record.getStr("REPORTDATE"));
+			params.put("confirm_datetime", record.getStr("REPORTDATE")==null?record.getStr("STUDY_DATE"):record.getStr("REPORTDATE"));
 			//意见建议
 			params.put("impression", record.getStr("IMPRESSION"));
 			//影像所见