|
@@ -670,7 +670,7 @@ public class OmstruckOrderController extends BaseRESTfulController {
|
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
|
//分页数据
|
|
|
List<Map<String, Object>> diverInfoForSaleorder = omstruckOrderService.selectTransportOrderForSale(mapValue);
|
|
|
- PageListAdd pageList = columnDataUtil.tableColumnData(apiId, null, diverInfoForSaleorder);
|
|
|
+ PageListAdd pageList = columnDataUtil.tableColumnData5(apiId, null, diverInfoForSaleorder);
|
|
|
return success(pageList);
|
|
|
}
|
|
|
|