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
Merge remote-tracking branch 'origin/master'
master
DengBiao
10 months ago
parent
0492d5dab5
391766e72f
commit
c5a1f46e7d
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