供应商分页
This commit is contained in:
parent
bdb8de04db
commit
62dae04182
|
|
@ -52,7 +52,7 @@ public class SupplierController extends BaseController {
|
|||
//@RequiresPermissions("ims:supplier:list")
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo list(SupplierPageDTO supplierPageDTO) {
|
||||
if(supplierPageDTO.getIsPaging() == 2){
|
||||
if(supplierPageDTO.getIsPaging() == 2 || supplierPageDTO.getIsPaging() == null) {
|
||||
startPage();
|
||||
}
|
||||
List<SupplierPageVO>list = supplierService.selectSupplierList(supplierPageDTO);
|
||||
|
|
|
|||
Loading…
Reference in New Issue