This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_mq_consume
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
一个橘子
one_orenge
huangjiajun
7 months ago
parent
8a136a42e0
commit
62a0c7da36
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
app/svc/svc_deal_commission.go
+ 3
- 0
app/svc/svc_deal_commission.go
View File
@@ -25,6 +25,9 @@ func GetLvUser(engine *xorm.Engine, CommissionParam md2.CommissionFirstParam, oi
if err != nil {
if err != nil {
return
return
}
}
if lvUser == nil {
return
}
CommOrderRelateInsert(engine, oid, CommissionParam.Provider, int(time.Now().Unix()), lvUser, mapData)
CommOrderRelateInsert(engine, oid, CommissionParam.Provider, int(time.Now().Unix()), lvUser, mapData)
sql := `SELECT id from user_virtual_coin_flow where ord_id='%d'`
sql := `SELECT id from user_virtual_coin_flow where ord_id='%d'`
Write
Preview
Loading…
Cancel
Save