huangjiajun 1 anno fa
parent
commit
0cb26d9e4c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      svc/get_plan_cfg.go

+ 1
- 1
svc/get_plan_cfg.go Vedi File

@@ -136,7 +136,7 @@ func GetPlanCfg(eg *xorm.Engine, pvd, masterId string, rewardOpts map[string]*mo
}
return nil, zhios_order_relate_logx.Warn(fmt.Sprintf("%s:分佣方案数据设置错误", masterId))
}
copier.Copy(subsidyTmp, &subsidyTmpDs)
copier.Copy(&subsidyTmp, &subsidyTmpDs)
opt.UserRate = subsidyTmp

return opt, nil


Caricamento…
Annulla
Salva