|
|
@@ -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{}{ |
|
|
|