Sfoglia il codice sorgente

业务日志添加

lyr 8 anni fa
parent
commit
23448546e4

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/common/account/WechatController.java

@ -312,7 +312,7 @@ public class WechatController extends WeixinBaseController {
            if (json != null) {
                try {
                    Patient p = patientDao.findByIdcard(idcard);
                    BusinessLogs.info(BusinessLogs.BusinessType.appointment, p.getCode(), new JSONObject(p));
                    BusinessLogs.info(BusinessLogs.BusinessType.sign, p.getCode(), new JSONObject(p));
                } catch (Exception e) {
                    e.printStackTrace();
                }

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/sign/DoctorFamilyContractController.java

@ -318,7 +318,7 @@ public class DoctorFamilyContractController extends WeixinBaseController {
            } else {
                try {
                    Patient p = patientService.findByIdcard(idcard);
                    BusinessLogs.info(BusinessLogs.BusinessType.appointment, p.getCode(), new JSONObject(p));
                    BusinessLogs.info(BusinessLogs.BusinessType.sign, p.getCode(), new JSONObject(p));
                } catch (Exception e) {
                    e.printStackTrace();
                }