huangzhiyong 6 år sedan
förälder
incheckning
8c0cba37f0
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/main/java/com/yihu/ehr/organization/service/OrgDeptClient.java

+ 1 - 1
src/main/java/com/yihu/ehr/organization/service/OrgDeptClient.java

@ -129,7 +129,7 @@ public interface OrgDeptClient {
            @ApiParam(name = "orgId", value = "机构ID")
            @RequestParam(value = "orgId") String orgId);
    @RequestMapping(value =ApiVersion.Version1_0 + "/orgDept/getOrgDeptByDeptName", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_UTF8_VALUE)
    @RequestMapping(value ="/orgDept/getOrgDeptByDeptName", method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_UTF8_VALUE)
    @ApiOperation(value = "检查机构下部门相同名称的个数")
    MOrgDept getOrgDeptByDeptName(
            @ApiParam(name = "orgId", value = "机构ID")