@@ -90,7 +90,7 @@ func (s *GoodsServ) ConfirmOrder(ordersID, customercouponid, remark string) erro
return errors.New("订单已付款,请勿重复付款!")
}
- if info.Remark == "" {
+ if info.Remark != "" {
info.Remark = remark