Commit 5da75ca0 authored by hongguangwu's avatar hongguangwu

MVP1.7.15-ysd

parent ced0fccd
......@@ -455,7 +455,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
for (Map.Entry<String, FailReasonConfig> config : errorMap.entrySet()) {
if (config.getKey().contains(CommonConstants.HU_CORE)
&& huId.equals(config.getKey().split(CommonConstants.HU_CORE)[0])
&& msg.contains(config.getKey())) {
&& msg.contains(config.getKey().split(CommonConstants.HU_CORE)[1])) {
configTemp = config.getValue();
break;
}
......
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