Commit 755c1291e8f68bbee753c907ea55f0d077c24f00

Authored by zhangrui
1 parent 0b9a607a96

bug fix

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/java/com/lyms/platform/permission/model/Organization.java View file @ 755c129
... ... @@ -34,7 +34,7 @@
34 34 private Object area;
35 35 private Object street;
36 36 private String foreignId;
37   - private Integer orgType; //-1错误 0 公司 1 医院
  37 + private Integer orgType; //-1 未设置 0 公司 1 医院
38 38  
39 39 public Integer getOrgType() {
40 40 return orgType;