Commit 33390512 by 徐高华

log

parent 26fa313d
......@@ -238,6 +238,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
List<GroupChatHmBO> hmBOList = joinRuleManager.handleMainStore(hmQDTO);
if(CollectionUtils.isNotEmpty(hmBOList)) {
int sort = new Random().nextInt(hmBOList.size()) ;
log.info("{}",sort);
hmId = hmBOList.get(sort).getChatHmId() ;
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