Commit d1eae82d by 徐高华

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

群活码-链接调整

See merge request !2981
parents 9bb6c564 0630fd29
......@@ -336,7 +336,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
if (link.getLinkType() == HmLinkTypeEnum.CHAT_HM_LINK_TYPE.getLinkType()) {
log.info("群链接,linkId={}", link.getLinkId());
if(null != qdto.getJustLocationFlag() && qdto.getJustLocationFlag()==1) {
JSONArray arr = JSONArray.parseArray(link.getCustomRuleJson()) ;
JSONArray arr = JSONArray.parseArray(link.getChatStoreRule()) ;
boolean flag = false ;
for(int i=0;i< arr.size();i++) {
JSONObject json = arr.getJSONObject(i) ;
......
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