Commit 733a4d0d authored by 胡文斌's avatar 胡文斌

CP-3609 去掉无用代码

parent 0653f98a
......@@ -160,10 +160,11 @@ public class SystemController extends Controller {
public void getSystemById() {
Integer id = this.getParaToInt("id");
System system = System.dao.findById(id);
if(PropKit.get("basic.url").contains("aserver")) {
// CP-3609 消息跳转错误,先注释下面的代码 huwenbin 2021.3.15
/*if(PropKit.get("basic.url").contains("aserver")) {
system.setUrl(system.getUrl().replace("/" + system.getName(), ""));
system.setService(system.getService().replace("/" + system.getService(), ""));
}
}*/
this.renderJson(Ret.ok("system", system));
}
......
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