浏览代码

更新牛贝制度

tags/v4.3.0
huangjiajun 1年前
父节点
当前提交
c7e130015b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      lib/comm_plan/niubei_all.go

+ 1
- 1
lib/comm_plan/niubei_all.go 查看文件

@@ -37,7 +37,7 @@ func NiuBeiCalReturnAmountAndRatio(eg *xorm.Engine, pvd, bili string, integralFe
return 0, 0, nil, nil
}
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
}
}


正在加载...
取消
保存