mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-07 19:54:45 +09:00
#update
stock/list.jsp WarehouseController.java WarehouseMapper.xml WarehouseService.java WarehouseMapper.java
This commit is contained in:
@@ -22,7 +22,7 @@ public class WarehouseService {
|
||||
}
|
||||
|
||||
|
||||
public List<Object> list(int searchn, String search, int start){
|
||||
public List<WarehouseDto> list(int searchn, String search, int start, int perPage){
|
||||
|
||||
System.out.println(searchn+search);
|
||||
|
||||
@@ -30,7 +30,7 @@ public class WarehouseService {
|
||||
m.put("searchn",searchn);
|
||||
m.put("search", search);
|
||||
m.put("start", start);
|
||||
m.put("perPage", 10);
|
||||
m.put("perPage", perPage);
|
||||
|
||||
return mapper.list(m);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user