Commit 4f453dcf by erqian

fix:修改堡狮龙群活码只展示带骑行名称的

parent 267edf59
......@@ -53,6 +53,13 @@ public interface GroupChatHmService {
*/
public List<Long> listHmGroupChatId(String wxEnterpriseId, Long chatHmId) ;
/**
* 通过会员查询群活码列表(仅展示名称包含骑行的群活码)
* @param enterpriseId
* @param memberId
* @param basePageInfo
* @return
*/
Page<GroupChatHmMemberRelationDTO> memberGroupChatHmPage(String enterpriseId, String memberId, BasePageInfo basePageInfo);
Integer memberJoinGroupChatHmCount(String enterpriseId, String memberId);
......
......@@ -179,6 +179,7 @@
WHERE enterprise_id=#{enterpriseId}
and status_flag = 1
and delete_flag = 0
and name like '%骑行%'
order by create_time desc
</select>
......
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