This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_order_relate_rule
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
253
Wiki
Activity
Browse Source
更新
master
huangjiajun
10 months ago
parent
d0023bddc9
commit
391766e72f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rule/public_platoon_double_network_relate_commission.go
+ 1
- 1
rule/public_platoon_double_network_relate_commission.go
View File
@@ -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
}
Write
Preview
Loading…
Cancel
Save