|
@@ -37,7 +37,7 @@ func NiuBeiCalReturnAmountAndRatio(eg *xorm.Engine, pvd, bili string, integralFe |
|
|
return 0, 0, nil, nil |
|
|
return 0, 0, nil, nil |
|
|
} |
|
|
} |
|
|
for _, v := range o2oRatioSet { |
|
|
for _, v := range o2oRatioSet { |
|
|
if v.Key == bili { |
|
|
|
|
|
|
|
|
if zhios_order_relate_utils.StrToFloat64(v.Key) == zhios_order_relate_utils.StrToFloat64(bili) { |
|
|
ratio = v.Ratio |
|
|
ratio = v.Ratio |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|