by Robin at 20240411

This commit is contained in:
Leufolium 2024-04-11 14:01:26 +08:00
parent da1aa0ebd7
commit ab65df6d06
1 changed files with 1 additions and 0 deletions

View File

@ -2595,6 +2595,7 @@ func (s *Service) ApiGetZoneMomentListByCreaterMid(ctx *gin.Context, req *zonemo
// 1.根据mid查询得到这一轮的动态基底
list, err := _DefaultZoneMoment.OpListByMid(ctx, &zonemomentproto.OpListByMidReq{
BaseRequest: req.BaseRequest,
MType: req.MType,
Status: req.Status,
CtUpperBound: req.CtUpperBound,