|
@@ -31,9 +31,9 @@ public class ViewController extends Controller {
|
|
|
report.setId(creatId());
|
|
|
report.setReportDatetime(aaa(record.getStr("REPORTDATE")));
|
|
|
report.setImpression(record.getStr("IMPRESSION"));
|
|
|
-// report.setDescription(record.getStr("DESCRIPTION"));
|
|
|
-// report.setExamId(exams2.getId());
|
|
|
-// report.setCreatedAt(new Date());
|
|
|
+ report.setDescription(record.getStr("DESCRIPTION"));
|
|
|
+ report.setExamId(exams2.getId());
|
|
|
+ report.setCreatedAt(new Date());
|
|
|
// report.setReportResult(record.getStr("FITEM_RESULT_CODE").contains("阴")?"1":"2");
|
|
|
// report.setReportDoctorId(getDoctorIdByName(record.getStr("REPORTDOCTOR")));
|
|
|
// report.setReviewDoctorId(getDoctorIdByName(record.getStr("REVIEWDOCTOR")));
|