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