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

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") @GetMapping("/enableList")
@Anonymous @Anonymous
public List<WechatGroupVo> enableList() { public List<WechatGroupVo> enableList(WechatGroup wechatGroup) {
WechatGroup wechatGroup = new WechatGroup();
wechatGroup.setIsPush(1); wechatGroup.setIsPush(1);
return wechatGroupService.selectWechatGroupList(wechatGroup) return wechatGroupService.selectWechatGroupList(wechatGroup)
.stream().peek(e->e.setPhoneNumber("")) .stream().peek(e->e.setPhoneNumber(""))