...
|
...
|
@@ -32,7 +32,7 @@ func (l *MiniMyLikeLogic) MiniMyLike(req *types.MiniMyLikeRequest) (resp *types. |
|
|
|
|
|
total, list, err := l.svcCtx.UserLoveFlagRepository.Find(l.ctx, conn, domain.NewQueryOptions().
|
|
|
WithOffsetLimit(req.Page, req.Size).
|
|
|
WithKV("companyId", userToken.CompanyId).
|
|
|
//WithKV("companyId", userToken.CompanyId). 不存在公司id
|
|
|
WithKV("userId", userToken.UserId))
|
|
|
if err != nil {
|
|
|
return nil, err
|
...
|
...
|
|