Commit ff1e351e authored by m1991's avatar m1991

后台接口——用户与资讯后台接口

parent eec7f2ea
...@@ -181,7 +181,7 @@ public class UploadServiceImpl implements UploadService { ...@@ -181,7 +181,7 @@ public class UploadServiceImpl implements UploadService {
//过滤传入的邀请码带有“”的符号 //过滤传入的邀请码带有“”的符号
inviteCode = inviteCode.replace("\"", "").replace("\"", ""); inviteCode = inviteCode.replace("\"", "").replace("\"", "");
//获取上传图片数量,打印在控制台 //获取上传图片数量,打印在控制台
if(null!=files&&"".equals(files)){ if(null!=files&&!"".equals(files)){
System.out.println("上传图片数量" + files.length); System.out.println("上传图片数量" + files.length);
//创建集合 //创建集合
List<Map<String, Object>> root = new ArrayList<Map<String, Object>>(); List<Map<String, Object>> root = new ArrayList<Map<String, Object>>();
......
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