修改根据微信号,查询群聊抓取

This commit is contained in:
sh
2026-02-11 18:03:34 +08:00
parent 5c99975120
commit 5247100b81

View File

@@ -58,8 +58,7 @@ public class WechatGroupController extends BaseController {
@GetMapping("/enableList")
@Anonymous
public List<WechatGroupVo> enableList() {
WechatGroup wechatGroup = new WechatGroup();
public List<WechatGroupVo> enableList(WechatGroup wechatGroup) {
wechatGroup.setIsPush(1);
return wechatGroupService.selectWechatGroupList(wechatGroup)
.stream().peek(e->e.setPhoneNumber(""))