修改任务列表查询

This commit is contained in:
chy
2025-06-18 21:34:53 +08:00
parent 87d19b5fe2
commit 3c18686bf9
26 changed files with 316 additions and 344 deletions

View File

@ -17,8 +17,8 @@ func (c *ControllerV1) NonLoginTaskList(ctx context.Context, req *v1.NonLoginTas
Num: req.Num,
Pageidx: req.Pageidx,
Gid: req.Gid,
Source: req.Source,
BrandId: req.BrandId,
//Source: req.Source,
//BrandId: req.BrandId,
})
if err != nil {