|
@@ -29,7 +29,7 @@ public class ViewController extends Controller {
|
|
|
Record record = Db.use("connected").findFirst("select * from caller where STUDYUID=?",studies.getStudyuid());
|
|
|
Report report = new Report().use("zskk");
|
|
|
report.setId(creatId());
|
|
|
-// report.setReportDatetime(aaa(record.getStr("REPORTDATE")));
|
|
|
+ report.setReportDatetime(aaa(record.getStr("REPORTDATE")));
|
|
|
// report.setImpression(record.getStr("IMPRESSION"));
|
|
|
// report.setDescription(record.getStr("DESCRIPTION"));
|
|
|
// report.setExamId(exams2.getId());
|