Merge branch 'dev-lwl/refund_coin_order' into test
This commit is contained in:
commit
48a728c345
|
@ -3349,8 +3349,8 @@ func (v *Vas) refundCoinContactWechat(ctx *gin.Context, order *dbstruct.CoinOrde
|
||||||
//}
|
//}
|
||||||
|
|
||||||
// 有分成的情况
|
// 有分成的情况
|
||||||
if len(incomeChList) > 0 {
|
for _, ch := range incomeChList {
|
||||||
ch := incomeChList[0]
|
//ch := incomeChList[0]
|
||||||
streamerMid := ch.GetMid()
|
streamerMid := ch.GetMid()
|
||||||
if streamerMid <= 0 {
|
if streamerMid <= 0 {
|
||||||
err = errors.New("收入streamerMid错误")
|
err = errors.New("收入streamerMid错误")
|
||||||
|
@ -3418,7 +3418,6 @@ func (v *Vas) refundCoinContactWechat(ctx *gin.Context, order *dbstruct.CoinOrde
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue