Commit 0004803d by 徐高华

Merge branch 'feature/xgh/202506迭代' into 'developer'

操作日志

See merge request !3004
parents de56d621 beeb96ad
......@@ -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