Commit 4181aec1 authored by m1991's avatar m1991

资讯模块数据——数据展示功能修复

parent fd02f155
......@@ -274,6 +274,7 @@ public class UploadServiceImpl implements UploadService {
@Override
public Map selectPage(Integer pageNum, Integer pageSize) {
Map map = new HashMap();
pageNum=pageNum-1;
List<zxUserDto> shopZxList = shopZxMapper.selectPage(pageNum,pageSize);
for (zxUserDto shopZx : shopZxList) {
String zxUrl = shopZx.getZxUrl();
......
......@@ -59,7 +59,7 @@ public class UploadController {
}
/**
* TODO 单图片文件上传
* TODO 用户头像上传
*
* @param request
* @return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment