Commit e4d32929d9cbf47844807a67efd98b9f93c70eea

Authored by jiangjiazhi
1 parent 768b522d78

增加是否通知

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java View file @ e4d3292
... ... @@ -152,6 +152,7 @@
152 152 @RequestMapping(value = "/sendPGuildSms", method = RequestMethod.POST)
153 153 @ResponseBody
154 154 public BaseResponse patientGuildSms(@Valid PatientGuideSmsRequest patientGuideSmsRequest){
  155 +
155 156 return patientFacade.patientGuildSms(patientGuideSmsRequest);
156 157 }
157 158 }