gaodm 6 سال پیش
والد
کامیت
8e139867d1
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      icssman-service/src/main/java/com/diagbot/web/DeptVitalController.java

+ 1 - 0
icssman-service/src/main/java/com/diagbot/web/DeptVitalController.java

@@ -114,6 +114,7 @@ public class DeptVitalController {
             notes = "deptId:科室ID,必填<br>")
     @PostMapping("/getDeptShortList_modify")
     @SysLogger("getDeptShortList_modify")
+    @ApiIgnore
     public RespDTO<DeptShortDTO> getDeptShortListModify(@RequestBody DeptIdVO deptIdVO) {
         List<DeptShortDTO> data = deptVitalFacade.getDeptShortLisModify(deptIdVO.getDeptId());
         return RespDTO.onSuc(data);