Commit 0383195648c18925ffa37b82cf56deeae5098fbb
1 parent
c2c08f6f6b
Exists in
dev
1.1 手机号缺失的数据补充到出参中
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
0383195
| ... | ... | @@ -500,7 +500,7 @@ |
| 500 | 500 | if("2100002419".equals(hospitalId)){ |
| 501 | 501 | for(AntExManagerResult result : data){ |
| 502 | 502 | // 手机号缺失的数据补充到出参中 |
| 503 | - if(StringUtils.isNotEmpty(result.getPhone())){ | |
| 503 | + if(StringUtils.isEmpty(result.getPhone())){ | |
| 504 | 504 | Patients patients = patientsService.findOnePatientById(result.getParentId()); |
| 505 | 505 | if (null != patients) { |
| 506 | 506 | result.setPhone(patients.getPhone()); |