Commit 22b0cc5d by 徐高华

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

log

See merge request !3041
parents bfd5be4e 33390512
...@@ -238,6 +238,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService { ...@@ -238,6 +238,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
List<GroupChatHmBO> hmBOList = joinRuleManager.handleMainStore(hmQDTO); List<GroupChatHmBO> hmBOList = joinRuleManager.handleMainStore(hmQDTO);
if(CollectionUtils.isNotEmpty(hmBOList)) { if(CollectionUtils.isNotEmpty(hmBOList)) {
int sort = new Random().nextInt(hmBOList.size()) ; int sort = new Random().nextInt(hmBOList.size()) ;
log.info("{}",sort);
hmId = hmBOList.get(sort).getChatHmId() ; hmId = hmBOList.get(sort).getChatHmId() ;
break; 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