This commit is contained in:
Lemon
2023-07-07 11:44:36 +08:00
parent 923cc64892
commit 193fa58b2e
3 changed files with 7 additions and 1 deletions

View File

@@ -156,7 +156,6 @@ public class OrderBasicInfoController extends BaseController {
@PreAuthorize("@ss.hasPermi('order:order:list')")
@PostMapping("/getMerchantOrderList")
public TableDataInfo getMerchantOrderList(@RequestBody QueryOrderDTO dto) {
PageUtils.startPage();
return getDataTable(orderBasicInfoService.getMerchantOrderInfoList(dto));
}
}