Browse Source

update

master
DengBiao 10 months ago
parent
commit
6ff1f96afb
1 changed files with 8 additions and 9 deletions
  1. +8
    -9
      rule/public_platoon_double_network_relate_commission.go

+ 8
- 9
rule/public_platoon_double_network_relate_commission.go View File

@@ -343,15 +343,14 @@ func randSeedIntDoubleNetwork(start, end int64, nums int, uniqueMap map[int64]bo
}

/*
*EstimateUserPosition 预估用户位置
*total 排名总数
*level 预估排名层级
*levelRank 用户当前层级排名
*rank 用户总排名
*previousRow 上一层级
*diffValue 距离上一层级差值
*/

EstimateUserPosition 预估用户位置
total 排名总数
level 预估排名层级
levelRank 用户当前层级排名
rank 用户总排名
previousRow 上一层级
diffValue 距离上一层级差值
*/
func EstimateUserPosition(engine *xorm.Engine, uid int) (total, level, levelRank, rank, previousRow int, diffValue string, err error) {
//1、查找 `user_public_platoon_setting` 基础设置
userPublicPlatoonDoubleNetworkSetting, err := db.UserPublicPlatoonDoubleNetworkSettingGetOneByParams(engine, map[string]interface{}{


Loading…
Cancel
Save