Commit 96ae5d194fc68cd674852894ec89d70a960690ba
1 parent
fe42c782d4
Exists in
master
and in
6 other branches
bug修复~
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java
View file @
96ae5d1
... | ... | @@ -897,7 +897,7 @@ |
897 | 897 | if(StringUtils.isNotEmpty(userId)) { |
898 | 898 | if(StringUtils.isNotEmpty(coupon)) { |
899 | 899 | List<String> list = CollectionUtils.asList(coupon, String.class); |
900 | - if(list.contains("7") || list.contains("8")) { | |
900 | + if(list.contains("7") || list.contains("8")||list.contains("9")||list.contains("10")) { | |
901 | 901 | setUserSendInfoByBaby(userId, map); |
902 | 902 | } else { |
903 | 903 | setUserSendInfo(userId, map); /** 设置姓名、居住地、户籍地、电话 */ |