Commit b4577b3f by 徐高华

群活码-链接调整

parent 501d29c5
...@@ -265,6 +265,8 @@ public class HmLinkApiServiceImpl implements HmLinkApiService { ...@@ -265,6 +265,8 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
}else { }else {
return ServiceResponse.success(retDTO); return ServiceResponse.success(retDTO);
} }
}else {
log.info("无经纬度");
} }
}else if(type==4) { }else if(type==4) {
List<HmLinkChatDTO> hmList = this.hmLinkChatService.listByLinkId(wxEnterpriseId, enterpriseId, linkId); List<HmLinkChatDTO> hmList = this.hmLinkChatService.listByLinkId(wxEnterpriseId, enterpriseId, linkId);
......
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