Bläddra i källkod

增加输出日志

WANGJIALIANG 3 år sedan
förälder
incheckning
a7b9d9578f

+ 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;