mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-10 04:50:11 +08:00
update
This commit is contained in:
@@ -659,6 +659,9 @@ public class OrderService {
|
|||||||
} else if (StringUtils.equals("3", orderStatus)) {
|
} else if (StringUtils.equals("3", orderStatus)) {
|
||||||
// 查已完成订单
|
// 查已完成订单
|
||||||
orderStatusList.add("6");
|
orderStatusList.add("6");
|
||||||
|
}else if (StringUtils.equals("4", orderStatus)) {
|
||||||
|
// 查询正在进行中的订单
|
||||||
|
orderStatusList.add("1");
|
||||||
}
|
}
|
||||||
// 分页
|
// 分页
|
||||||
PageHelper.startPage(dto.getPageNum(), dto.getPageSize());
|
PageHelper.startPage(dto.getPageNum(), dto.getPageSize());
|
||||||
|
|||||||
Reference in New Issue
Block a user