conf #608

Merged
chenhao merged 5 commits from conf into test 2024-07-10 05:51:05 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f45ec3e11e - Show all commits

View File

@ -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错误")