瀏覽代碼

update 绿色双链积分

master
DengBiao 9 月之前
父節點
當前提交
5b62e6dc00
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      rule/green_coin_double_chain_settlement.go

+ 2
- 0
rule/green_coin_double_chain_settlement.go 查看文件

@@ -74,6 +74,8 @@ func DealUserGreenCoinDoubleChainIntegral(Db *xorm.Engine, uid int, amount, ordI
parentAmountValue, _ := decimal.NewFromString(parentAmount)
if parentAmountValue.LessThan(amountValue) {
//TODO::上级绿色积分小于当前需要兑换积分金额
amountValue = parentAmountValue
amount = amountValue.String()
return
}
if userAmountValue.LessThan(amountValue) {


Loading…
取消
儲存