Commit 94f104af24a66d85ba23bb666e6df622e29489a1
1 parent
b3ee6c331c
Exists in
master
and in
6 other branches
工位统计
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyAfterVisitServiceImpl.java
View file @
94f104a
... | ... | @@ -189,6 +189,7 @@ |
189 | 189 | address = CommonsHelper.getResidence(babyModel.getProvinceId(), babyModel.getCityId(), |
190 | 190 | babyModel.getAreaId(), babyModel.getStreetId(), babyModel.getAddress(), basicConfigService); |
191 | 191 | } |
192 | + objectMap.put("babyCardNo", babyModel.getCardNo()); | |
192 | 193 | objectMap.put("address", address); |
193 | 194 | } |
194 | 195 | |
... | ... | @@ -518,6 +519,7 @@ |
518 | 519 | babyModel.getAreaId(), babyModel.getStreetId(), babyModel.getAddress(), basicConfigService); |
519 | 520 | } |
520 | 521 | objectMap.put("address",address ); |
522 | + objectMap.put("babyCardNo",babyModel.getCardNo() ); | |
521 | 523 | } |
522 | 524 | |
523 | 525 | // 预约时间 |