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

fix

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