rest/src/main/java/cn/stylefeng/rest/modular/user/controller/CounsellingInfoController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
rest/src/main/java/cn/stylefeng/rest/modular/user/controller/CounsellingInfoController.java
@@ -329,7 +329,7 @@ if (CollectionUtil.isNotEmpty(lowMapList)){ lowMapList.stream().forEach(stringObjectMap -> { if (stringObjectMap.get("counsellingInfoId") != null){ if (stringObjectMap.get("counsellingInfoId") != null && stringObjectMap.get("counsellingInfoId").toString().equals(counsellinginfoResponseDTO.getId().toString()) ){ counsellinginfoResponseDTO.setLowPrice(new BigDecimal(stringObjectMap.get("price").toString())); } });