Commit 894056c1 authored by codezwjava's avatar codezwjava

Merge remote-tracking branch 'origin/master'

parents 29184034 7f6c80fc
......@@ -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