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