@@ -45,6 +45,8 @@ public class DataTask implements ITask {
PatientInfos patientInfos = PatientInfos.dao.use("zskk").findById(exams2.getPatientId());
patientInfos.setName(record.getStr("PATIENTNAME"));
patientInfos.update();
+ exams2.setExamStatus(9);
+ exams2.update();
}
} catch (Exception e) {
// TODO: handle exception