@@ -51,6 +51,7 @@ public class DataTask implements ITask {
// patientInfos.setPhone(record.getStr("phone"));
// patientInfos.setCardNum(record.getStr("IDCARD"));
patientInfos.update();
+ exams2.setExamClass(record.getStr("modality"));
exams2.setExamStatus(9);
exams2.update();
WeixinService wService = ServiceFactory.getService(WeixinService.class);