|
|
@@ -84,7 +84,7 @@ func BatchGetPublicPlatoonRelateCommissionByOrder(engine *xorm.Engine, masterId |
|
|
|
if remainder1 == 0 { |
|
|
|
fatherPosition = fatherPositions[len(fatherPositions)-1] |
|
|
|
} else { |
|
|
|
fatherPosition = fatherPositions[len(fatherPositions)-remainder1] |
|
|
|
fatherPosition = fatherPositions[remainder1-1] |
|
|
|
} |
|
|
|
//} else { |
|
|
|
// remainder2 := (userPublicPlatoonRelation.ReturnCommissionNum) % userPublicPlatoonSetting.SeveralRows |
|
|
|