Commit e0b296a9 authored by yexiong.wang's avatar yexiong.wang

edit

parent e918f42d
...@@ -118,7 +118,7 @@ public class VccServiceImpl implements IVccService { ...@@ -118,7 +118,7 @@ public class VccServiceImpl implements IVccService {
map.put("type",data.get("type")); map.put("type",data.get("type"));
map.put("list",voList); map.put("list",voList);
log.info("voList={}",voList); log.info("voList={}",voList);
return JsonResult.buildSuccessResult("请求成功",data); return JsonResult.buildSuccessResult("请求成功",map);
} }
@Override @Override
......
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