版署需求 只显示 装备副本记录
This commit is contained in:
parent
2b493cdbdf
commit
471b438f5a
@ -79,11 +79,14 @@ func (this *Viking) CheckUserBaseVikingInfo(uid string) (data []*pb.DBVikingRank
|
|||||||
list, err := this.modelViking.getVikingList(uid)
|
list, err := this.modelViking.getVikingList(uid)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
for k := range list.Boss {
|
for k := range list.Boss {
|
||||||
|
if k <= 3 { // 版署需求 只显示 装备副本记录
|
||||||
_d := this.modulerank.getVikingRankListByBossType(uid, k)
|
_d := this.modulerank.getVikingRankListByBossType(uid, k)
|
||||||
if _d != nil {
|
if _d != nil {
|
||||||
data = append(data, _d)
|
data = append(data, _d)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user