wangfei 6 lat temu
rodzic
commit
983782cbc8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      service/goods/orders.go

+ 1
- 1
service/goods/orders.go Wyświetl plik

90
 		return errors.New("订单已付款,请勿重复付款!")
90
 		return errors.New("订单已付款,请勿重复付款!")
91
 	}
91
 	}
92
 
92
 
93
-	if info.Remark == "" {
93
+	if info.Remark != "" {
94
 		info.Remark = remark
94
 		info.Remark = remark
95
 	}
95
 	}
96
 
96