|
@@ -52,8 +52,8 @@ public class DataTask implements ITask {
|
|
|
patientInfos.update();
|
|
|
exams2.setExamStatus(9);
|
|
|
exams2.update();
|
|
|
- WeixinService wService = new WeixinService();
|
|
|
- wService.requestWeixinQrcode(report.getId());;
|
|
|
+ WeixinService wService = ServiceFactory.getService(WeixinService.class);
|
|
|
+ wService.requestWeixinQrcode(report.getId());
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
// TODO: handle exception
|