update 后管查询运营商列表分页

This commit is contained in:
Lemon
2024-07-01 10:56:31 +08:00
parent 74283d5ab0
commit d8b3a950a0
2 changed files with 9 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ public class PileMerchantInfoController extends BaseController {
@PreAuthorize("@ss.hasPermi('pile:merchant:list')")
@GetMapping("/list")
public TableDataInfo list(PileMerchantInfo pileMerchantInfo) {
startPage();
// startPage();
List<PileMerchantInfo> list = pileMerchantInfoService.selectPileMerchantInfoListWithAuth(pileMerchantInfo);
return getDataTable(list);
}