Commit 00fe0976 by 吴迪

【新增】修改文件

parent 45043c49
......@@ -500,6 +500,9 @@ public class TransferController {
if (newsEntity.getContent().indexOf("/News/msg?Id") > -1) {
newsEntityDB.setContent(newsEntity.getContent().replaceAll("/News/msg\\?Id", "/News/msg?id"));
}
if (newsEntity.getContent().indexOf("LeaguerService.aspx") > -1) {
newsEntityDB.setContent(newsEntity.getContent().replaceAll("LeaguerService.aspx", "Member"));
}
}
......
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