소스 검색

update 绿色双链积分

master
DengBiao 7 달 전
부모
커밋
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) {


불러오는 중...
취소
저장