소스 검색

增加输出日志

WANGJIALIANG 3 년 전
부모
커밋
a7b9d9578f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/cn/hnthyy/thmz/controller/api/PharmacyApiController.java

+ 1 - 0
src/main/java/cn/hnthyy/thmz/controller/api/PharmacyApiController.java

@@ -40,6 +40,7 @@ public class PharmacyApiController {
                 return resultMap;
             }
             dispensingSocketService.sendToMedicineAndDispensing(patientId, times);
+            log.info("自助机缴费通知药房成功,patient_id:{},times:{}", patientId,times);
             resultMap.put("code", 0);
             resultMap.put("message", "通知药房成功");
             return resultMap;