|
@@ -58,7 +58,7 @@ func (p jyBigProduct) BigEntMemberExtend(ctx context.Context, waitEmpowerId int,
|
|
|
errUserid, entUserId []string
|
|
|
userId = p.param.UserId
|
|
|
)
|
|
|
- err := p.UserPdfDistribution(ctx, endTime, 0, 1, 0)
|
|
|
+ err := p.UserPdfDistribution(ctx, endTime, gconv.Int(p.param.UserMap["entId"]), 2, gconv.Int64(waitEmpowerId))
|
|
|
if err != nil {
|
|
|
return err
|
|
|
}
|