This commit is contained in:
lwl0608 2024-07-08 02:00:53 +08:00
parent 72d2521a3b
commit f45ec3e11e
1 changed files with 2 additions and 2 deletions

View File

@ -2566,8 +2566,8 @@ func (v *Vas) refundMembership(ctx *gin.Context, order *dbstruct.Order, req *vas
//}
// 有分成的情况
if len(incomeChList) > 0 {
ch := incomeChList[0]
for _, ch := range incomeChList {
//ch := incomeChList[0]
streamerMid := ch.GetMid()
if streamerMid <= 0 {
err = errors.New("收入streamerMid错误")