|
@@ -102,6 +102,7 @@ public class StudentPaymentOrderController extends BaseController {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ queryInfo.setOrderType("1");
|
|
|
|
|
|
PageInfo<StudentPaymentOrder> studentPaymentOrderPageInfo = studentPaymentOrderService.queryPage(queryInfo);
|
|
|
|
|
@@ -137,6 +138,7 @@ public class StudentPaymentOrderController extends BaseController {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ queryInfo.setOrderType("2");
|
|
|
|
|
|
PageInfo<StudentPaymentOrder> studentPaymentOrderPageInfo = studentPaymentOrderService.queryPage(queryInfo);
|
|
|
|