Commit beeb96ad by 徐高华

操作日志

parent eaeb5100
......@@ -321,6 +321,7 @@ public class HmLinkController {
newChatRule = "";
}
String s = null ;
logger.info("{},{}",oldChatRule,newChatRule);
if(!oldChatRule.equals(newChatRule)) {
String oldName = this.getChatRuleName(oldChatRule) ;
String newName = this.getChatRuleName(newChatRule) ;
......
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