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