Commit c9bc5265ce2df7685641e855ee6f6761c1b17bcc
1 parent
3aba655716
Exists in
master
and in
6 other branches
bug
xiufu
Showing 1 changed file with 2 additions and 1 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/CouponServiceImpl.java
View file @
c9bc526
| ... | ... | @@ -325,7 +325,8 @@ | 
| 325 | 325 | if(person.getType() == 2) { | 
| 326 | 326 | BabyModel baby = mongoTemplate.findOne(Query.query(Criteria.where("pid").is(userId)), BabyModel.class); | 
| 327 | 327 | restMap.put("vcCardNo", baby.getVcCardNo()); /** 就诊卡号 */ | 
| 328 | - restMap.put("cardNo", baby.getCardNo()); /** 证件号 */ | |
| 328 | +// restMap.put("cardNo", baby.getCardNo()); /** 证件号 */ | |
| 329 | + restMap.put("cardNo", person.getCardNo()); /** 证件号 */ | |
| 329 | 330 | restMap.put("pcerteTypeId", baby.getFcertTypeId()); /** 证件类型id */ | 
| 330 | 331 | } else { | 
| 331 | 332 | Patients patients = mongoTemplate.findOne(Query.query(Criteria.where("pid").is(userId)), Patients.class); |