conf #608
|
@ -2566,8 +2566,8 @@ func (v *Vas) refundMembership(ctx *gin.Context, order *dbstruct.Order, req *vas
|
||||||
//}
|
//}
|
||||||
|
|
||||||
// 有分成的情况
|
// 有分成的情况
|
||||||
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错误")
|
||||||
|
|
Loading…
Reference in New Issue