From ebc5733c34b365fb5937f30f977c1b18be2c935c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 3 Jul 2020 17:52:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E6=B7=B7=E8=BD=AE=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/tempop/tempop.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index fa52cd125..6cfc8d336 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1612,8 +1612,8 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { // } db := dao.GetDB() type tStore struct { - NameID int `orm:column(name_id)` - StoreID int `orm:column(store_id)` + NameID int `orm:"column(name_id)"` + StoreID int `orm:"column(store_id)"` } var resultList []*tStore stores, _ := dao.GetStoreList(db, nil, nil, nil, nil, "")