Commit 0630fd29 by 徐高华

群活码-链接调整

parent c3c4b7c9
......@@ -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