소스 검색

返回 价格

qh 2 년 전
부모
커밋
8af89e2053

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/service/impl/BusRoomBookingOrdersServiceImpl.java

@@ -289,7 +289,7 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
                     List<BusBookingLayoutDayPrice> batchPriceOfLayout = findDayPrice.stream().filter(i->i.getRoomLayoutId().equals(f.getRoomLayoutId())).collect(Collectors.toList());
                     f.setLayoutDayPrices(batchPriceOfLayout);
                 });
-//                s.setLayoutDayPrices(findDayPrice);
+                s.setLayoutDayPrices(findDayPrice);
                 s.setRoomIds(findRooms);
             });
             result.setBatchRooms(batchesVo);