|
@@ -110,7 +110,9 @@ public class BmsshipContractPriceController extends BaseRESTfulController {
|
|
|
if (con != null && con.length() != 0) {
|
|
|
mapValue.put("con","%" + con + "%");
|
|
|
}
|
|
|
- PageHelper.startPage(pageNum, pageSize);
|
|
|
+ if(pageNum!=null && pageSize!=null){
|
|
|
+ PageHelper.startPage(pageNum, pageSize);
|
|
|
+ }
|
|
|
//初始化过滤
|
|
|
List<Map<String, Object>> columnList = bmsshipContractPriceService.bmsshipContractPriceList(mapValue);
|
|
|
PageListAdd data = columnDataUtil.tableColumnData(apiId, null, columnList);
|