瀏覽代碼

Merge remote-tracking branch 'origin/master'

master
DengBiao 8 月之前
父節點
當前提交
c5a1f46e7d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      rule/public_platoon_double_network_relate_commission.go

+ 1
- 1
rule/public_platoon_double_network_relate_commission.go 查看文件

@@ -122,7 +122,7 @@ func NowUserPosition(engine *xorm.Engine, uid int, dbName string) (level, levelR
if err != nil {
return
}
if userPublicPlatoonRelation != nil {
if userPublicPlatoonRelation == nil {
err = errors.New("未查询到当前用户公网记录")
return
}


Loading…
取消
儲存