From e70cbc30a97299776be3d38480ff20211e47a6a3 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, 20 Mar 2020 16:49:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=B1=B9=E5=88=9B=E5=BB=BA=E5=95=86?= =?UTF-8?q?=E5=93=81=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2f276aebb..27b930ab6 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -421,7 +421,7 @@ type StoreMap struct { IsOrder int `orm:"default(0)" json:"isOrder"` //是否是下预订单门店 - YbAppID string `orm:"column(yb_app_id),size(255)" json:"ybAppID"` + YbAppID string `orm:"column(yb_app_id);size(255)" json:"ybAppID"` YbAppKey string `orm:"size(255)" json:"ybAppKey"` }