|
@@ -71,6 +71,7 @@ public class RmsPersonnelController extends BaseRESTfulController {
|
|
|
|
|
|
|
|
|
PageHelper.startPage(pageNum, pageSize);
|
|
|
+ mapValue.put("con",con);
|
|
|
//分页查询数据
|
|
|
List<Map<String, Object>> columnList = rmsPersonnelService.getPersonnelList(mapValue);
|
|
|
PageListAdd data = columnDataUtil.tableColumnData(apiId,null,columnList);
|