Compare commits
2 Commits
6f050ec0f9
...
dcac34bf88
| Author | SHA1 | Date |
|---|---|---|
|
|
dcac34bf88 | |
|
|
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