From 5a356c6178e15b44bdfe4cf3e94c52b0d4a17668 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 15 八月 2023 17:32:25 +0800
Subject: [PATCH] 完善退货单查询,fix一些bug

---
 model/request/salesRefund.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/model/request/salesRefund.go b/model/request/salesRefund.go
index 5f54725..d8fd5b5 100644
--- a/model/request/salesRefund.go
+++ b/model/request/salesRefund.go
@@ -18,7 +18,7 @@
 	RefundDate    string                    `json:"refundDate"`
 	PaymentTypeId int                       `gorm:"column:payment_type_id;type:int;not null;default 0;comment:鏀舵鏂瑰紡ID" json:"paymentTypeId"` // 鏀舵鏂瑰紡ID
 	BankAccountId int                       `gorm:"column:bank_account_id;type:int;not null;default 0;comment:璐︽埛id" json:"bankAccountId"`   // 璐︽埛id
-	IsInvoice     int                       `json:"isInvoice"`
+	IsInvoice     string                    `json:"isInvoice"`
 	Reason        string                    `json:"reason"`
 	Products      []*model.Product          `json:"products"`
 }

--
Gitblit v1.8.0