Browse Source

Merge remote-tracking branch 'origin/master'

hill9868 6 years ago
parent
commit
57a0501312
2 changed files with 22 additions and 1 deletions
  1. 21 0
      .gitignore
  2. 1 1
      src/main/java/com/yihu/ehr/organization/service/OrgDeptClient.java

+ 21 - 0
.gitignore

@ -0,0 +1,21 @@
#project files
*.iml
.idea/*
target/*
# ---> Java
*/target
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*#
# thrift generate code

+ 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")