Browse Source

add reverse:for v1.7.1 小公排

tags/v1.7.1
huangjiajun 2 years ago
parent
commit
5787bd20c3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      svc/reward_commission.go

+ 1
- 1
svc/reward_commission.go View File

@@ -83,7 +83,7 @@ func GetRewardCommission(engine *xorm.Engine, rmd *md.CommissionParam, isShare b
"key": "is_open",
"value": 1,
})
if err != nil {
if err != nil || userPublicPlatoonSetting == nil {
return 0, 0, 0, 0, nil, nil
}
var reward = &md.PublicPlatoonRelateCommissionResp{}


Loading…
Cancel
Save