fix
This commit is contained in:
parent
655eb0368d
commit
72d2521a3b
|
@ -2560,10 +2560,10 @@ func (v *Vas) refundMembership(ctx *gin.Context, order *dbstruct.Order, req *vas
|
|||
}
|
||||
incomeChList = append(incomeChList, ch)
|
||||
}
|
||||
if len(incomeChList) > 1 {
|
||||
err = errors.New("收入记录错误,请找开发同学排查")
|
||||
return err
|
||||
}
|
||||
//if len(incomeChList) > 1 {
|
||||
// err = errors.New("收入记录错误,请找开发同学排查")
|
||||
// return err
|
||||
//}
|
||||
|
||||
// 有分成的情况
|
||||
if len(incomeChList) > 0 {
|
||||
|
|
Loading…
Reference in New Issue