@ -162,7 +162,10 @@ func ConfirmOrderTradeSuc(orderInfo *order.Information, clientIP ...string) erro
for _, v := range p {
if v.Income.IsZero() {
v.Status = 1
tx.Save(v)
tx.Save(&v)
continue
}
if v.Status != 0 {
var w1 user.Wallet