mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 后管订单页面改造
This commit is contained in:
@@ -45,9 +45,9 @@ public class OrderBasicInfoController extends BaseController {
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('order:order:list')")
|
||||
@GetMapping("/order/list")
|
||||
public TableDataInfo list(QueryOrderDTO orderBasicInfo) {
|
||||
public TableDataInfo list(QueryOrderDTO dto) {
|
||||
startPage();
|
||||
List<OrderListVO> list = orderBasicInfoService.selectOrderBasicInfoList(orderBasicInfo);
|
||||
List<OrderListVO> list = orderBasicInfoService.selectOrderBasicInfoList(dto);
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user