Explorar el Código

test

tags/v4.3.1
huangjiajun hace 1 año
padre
commit
0cb26d9e4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      svc/get_plan_cfg.go

+ 1
- 1
svc/get_plan_cfg.go Ver fichero

@@ -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


Cargando…
Cancelar
Guardar