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