Commit 9fe29b0f4c5b9670c17a3ad447ce0b41565c2bb8
1 parent
e9b1926493
Exists in
master
and in
1 other branch
修改新电子病历
Showing 2 changed files with 6 additions and 6 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
9fe29b0
| ... | ... | @@ -206,7 +206,7 @@ |
| 206 | 206 | patientsQuery.setLikeName(riskPatientsQueryRequest.getName()); |
| 207 | 207 | patientsQuery.sethScoreStart(riskPatientsQueryRequest.getStrtHScore()); |
| 208 | 208 | patientsQuery.sethScoreEnd(riskPatientsQueryRequest.getEndHScore()); |
| 209 | - patientsQuery.setrFactor(riskPatientsQueryRequest.getrFactor()); | |
| 209 | + patientsQuery.setrFactor(riskPatientsQueryRequest.getrFacotr()); | |
| 210 | 210 | Date currentDate = DateUtil.formatDate(new Date()); |
| 211 | 211 | if (null != riskPatientsQueryRequest.getServiceType()) { |
| 212 | 212 | patientsQuery.setServiceType(Integer.valueOf(riskPatientsQueryRequest.getServiceType())); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/RiskPatientsQueryRequest.java
View file @
9fe29b0
| ... | ... | @@ -48,7 +48,7 @@ |
| 48 | 48 | private Integer strtHScore; |
| 49 | 49 | //风险因素 |
| 50 | 50 | @FormParam |
| 51 | - private String rFactor; | |
| 51 | + private String rFacotr; | |
| 52 | 52 | //联系方式 |
| 53 | 53 | @FormParam |
| 54 | 54 | private String phone; |
| 55 | 55 | |
| ... | ... | @@ -222,12 +222,12 @@ |
| 222 | 222 | this.phone = phone; |
| 223 | 223 | } |
| 224 | 224 | |
| 225 | - public String getrFactor() { | |
| 226 | - return rFactor; | |
| 225 | + public String getrFacotr() { | |
| 226 | + return rFacotr; | |
| 227 | 227 | } |
| 228 | 228 | |
| 229 | - public void setrFactor(String rFactor) { | |
| 230 | - this.rFactor = rFactor; | |
| 229 | + public void setrFacotr(String rFacotr) { | |
| 230 | + this.rFacotr = rFacotr; | |
| 231 | 231 | } |
| 232 | 232 | |
| 233 | 233 | public String getrLevel() { |