Commit 0a38e78cb55ceea6a827ba3bc7591371dda0a0bb

Authored by jiangjiazhi
1 parent ed5d5420b4

增加是否通知

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ApplyOrderController.java View file @ 0a38e78
... ... @@ -42,7 +42,7 @@
42 42 return applyOrderFacade.queryReferralApplyOrder(id);
43 43 }
44 44  
45   - //增加转诊申请单
  45 + //增加儿童转诊申请单
46 46 @RequestMapping(method = RequestMethod.POST,value = "/referralapply")
47 47 @ResponseBody
48 48 @TokenRequired