From 6fcd563fc9c4a2701fcbe15b719305e95ae3c7f4 Mon Sep 17 00:00:00 2001 From: "qiyunfanbo126.com" <815699> Date: Mon, 5 Aug 2024 15:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=B7=E6=A0=BC=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/productsmodel/products.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/productsmodel/products.go b/app/models/productsmodel/products.go index df0adf4..5008370 100644 --- a/app/models/productsmodel/products.go +++ b/app/models/productsmodel/products.go @@ -27,7 +27,7 @@ type Products struct { Deleted time.Time `xorm:"'Deleted' datetime"` Status string `xorm:"'status' UNSIGNED TINYINT"` Description string `xorm:"'description' varchar(500)"` - ThirdProductId int `xorm:"'third_product_Id' int(0)"` + ThirdProductId string `xorm:"'third_product_Id' varchar(100)"` } type MilkProductsList struct {