conf #608

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

View File

@ -2560,10 +2560,10 @@ func (v *Vas) refundMembership(ctx *gin.Context, order *dbstruct.Order, req *vas
} }
incomeChList = append(incomeChList, ch) incomeChList = append(incomeChList, ch)
} }
if len(incomeChList) > 1 { //if len(incomeChList) > 1 {
err = errors.New("收入记录错误,请找开发同学排查") // err = errors.New("收入记录错误,请找开发同学排查")
return err // return err
} //}
// 有分成的情况 // 有分成的情况
if len(incomeChList) > 0 { if len(incomeChList) > 0 {