Commit 835a9218 by 吕明尚

修改保洁显示预约单

parent af2a03cd
...@@ -491,6 +491,7 @@ public class SStoreServiceImpl extends ServiceImpl<SStoreMapper, SStore> impleme ...@@ -491,6 +491,7 @@ public class SStoreServiceImpl extends ServiceImpl<SStoreMapper, SStore> impleme
wrapper.in(SOrder::getStoreId, storeIdList); wrapper.in(SOrder::getStoreId, storeIdList);
wrapper.in(SOrder::getRoomId, roomIdList); wrapper.in(SOrder::getRoomId, roomIdList);
wrapper.in(SOrder::getStatus, OrderStatusEnum.getUnfinishOrderStatus()); wrapper.in(SOrder::getStatus, OrderStatusEnum.getUnfinishOrderStatus());
wrapper.eq(SOrder::getPayStatus, PayStatusEnum.PAID.getCode());
//正序 //正序
wrapper.orderByAsc(SOrder::getEndDate); wrapper.orderByAsc(SOrder::getEndDate);
List<SOrder> list = orderService.list(wrapper); List<SOrder> list = orderService.list(wrapper);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment