Commit 3de284e5 authored by tangwei's avatar tangwei

修改bug

parent a022bca1
...@@ -17,7 +17,7 @@ public class CommonResponseUtil ...@@ -17,7 +17,7 @@ public class CommonResponseUtil
return res; return res;
} }
public static ResponseModel success(Object obj) public static ResponseModel success(Object obj)
{ {
ResponseModel<Object> res = new ResponseModel<>(); ResponseModel<Object> res = new ResponseModel<>();
res.setResult(obj); res.setResult(obj);
......
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