提交 8725c84b 编写于 作者: 程剑

Merge branch 'hotfix/urlmapping同步到o2云转化错误' into 'master'

hotfix/urlmapping同步到o2云转化错误

See merge request o2oa/o2oa!1027
......@@ -67,7 +67,7 @@ public class CollectPerson extends BaseAction {
req.setCenterProxyPort(centerServer.getProxyPort());
req.setHttpProtocol(centerServer.getHttpProtocol());
if(null != Config.portal().getUrlMapping()){
req.setUrlMapping(XGsonBuilder.convert(XGsonBuilder.toJson(Config.portal().getUrlMapping()), JsonElement.class));
req.setUrlMapping(XGsonBuilder.convert(Config.portal().getUrlMapping(), JsonElement.class));
}
try {
ActionResponse response = ConnectionAction
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册