|
|
@@ -80,7 +80,7 @@ func BatchSmallGetPublicPlatoonRelateCommission(engine *xorm.Engine, masterId st |
|
|
|
"key": "is_open", |
|
|
|
"value": 1, |
|
|
|
}) |
|
|
|
if len(fatherPositions) > userPublicPlatoonSetting.SeveralTimes { |
|
|
|
if len(fatherPositions) > userPublicPlatoonSetting.SeveralRows { |
|
|
|
remainder1 := (userPublicPlatoonRelation.ReturnCommissionNum) % userPublicPlatoonSetting.SeveralRows |
|
|
|
if remainder1 == 0 { |
|
|
|
fatherPosition = fatherPositions[userPublicPlatoonSetting.SeveralRows-1] |
|
|
|