From 29cd875c3c6dbe95c85e54aaa79efd1997f730c7 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 1 Sep 2021 17:01:42 +0800 Subject: [PATCH] aa --- business/model/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/store.go b/business/model/store.go index bfc29ee8c..2c2dc307c 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -846,7 +846,7 @@ type BrandUser struct { ModelIDCULD BrandID int `orm:"column(brand_id)" json:"brandID"` //品牌ID - UserID string `orm:"column(user_id) json:"userID"` + UserID string `orm:"column(user_id)" json:"userID"` } func (*BrandUser) TableIndex() [][]string {