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