Commit 072069f2 authored by 廖旭伟's avatar 廖旭伟

修改项目信息以及项目数据接口

parent db96a22b
......@@ -304,7 +304,7 @@ public class GoviewProjectAPi extends BaseJsonBodyController {
}
ret.setCode(code);
ret.setData(model);
ret.setData(model.get("data"));
ret.setDict(model.get("dict"));
ret.setMsg(model.get("message_info") == null ? "" : model.remove("message_info").toString());
return ret;
......
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