Commit 618f6a64c854cd1b2b166c0c7eae04704e9790d6
1 parent
af40a6cba3
Exists in
master
and in
8 other branches
update code
Showing 1 changed file with 3 additions and 3 deletions
platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java
View file @
618f6a6
| ... | ... | @@ -139,7 +139,7 @@ |
| 139 | 139 | */ |
| 140 | 140 | private Integer type = -1; |
| 141 | 141 | |
| 142 | - private Integer hospitalId; | |
| 142 | + private String hospitalId; | |
| 143 | 143 | |
| 144 | 144 | public Integer[] getOrServiceStatus() { |
| 145 | 145 | return orServiceStatus; |
| 146 | 146 | |
| ... | ... | @@ -165,11 +165,11 @@ |
| 165 | 165 | this.lastMensesStart = lastMensesStart; |
| 166 | 166 | } |
| 167 | 167 | |
| 168 | - public Integer getHospitalId() { | |
| 168 | + public String getHospitalId() { | |
| 169 | 169 | return hospitalId; |
| 170 | 170 | } |
| 171 | 171 | |
| 172 | - public void setHospitalId(Integer hospitalId) { | |
| 172 | + public void setHospitalId(String hospitalId) { | |
| 173 | 173 | this.hospitalId = hospitalId; |
| 174 | 174 | } |
| 175 | 175 |