|
@@ -52,7 +52,7 @@ public class DataTask implements ITask {
|
|
|
patientInfos.update();
|
|
|
exams2.setApplicationDepartment(record.getStr("department"));
|
|
|
exams2.setApplicationDoctor(record.getStr("clinicaldoctor"));
|
|
|
- exams2.setExamStatus(9);
|
|
|
+ exams2.setExamStatus(7);
|
|
|
exams2.update();
|
|
|
WeixinService wService = ServiceFactory.getService(WeixinService.class);
|
|
|
wService.requestWeixinQrcode(report.getId());;
|