Browse Source

一个橘子

one_orenge
huangjiajun 7 months ago
parent
commit
62a0c7da36
1 changed files with 3 additions and 0 deletions
  1. +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 {
return
}
if lvUser == nil {
return
}

CommOrderRelateInsert(engine, oid, CommissionParam.Provider, int(time.Now().Unix()), lvUser, mapData)
sql := `SELECT id from user_virtual_coin_flow where ord_id='%d'`


Loading…
Cancel
Save