DengBiao пре 1 година
родитељ
комит
b805f9c477
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      rule/public_platoon_relate_commission.go

+ 1
- 1
rule/public_platoon_relate_commission.go Прегледај датотеку

@@ -479,7 +479,7 @@ func JudgeUserBelowLevel(engine *xorm.Engine, uid int) (level int, err error) {

level = son.Level - m.Level
var list []model.UserPublicPlatoonRelation
if err = engine.Where("father_uid", son.FatherUid).
if err = engine.Where("father_uid =?", son.FatherUid).
Find(&list); err != nil {
return
}


Loading…
Откажи
Сачувај