提交 a91c6b16 编写于 作者: L ligang

update returnDataListPaging

上级 6548195a
......@@ -83,7 +83,7 @@ public class QueueController extends BaseController{
}
result = queueService.queryList(loginUser,searchVal,pageNo,pageSize);
return returnDataList(result);
return returnDataListPaging(result);
}catch (Exception e){
logger.error(QUERY_QUEUE_LIST_ERROR.getMsg(),e);
return error(QUERY_QUEUE_LIST_ERROR.getCode(), QUERY_QUEUE_LIST_ERROR.getMsg());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册