From f014e1b1df6576611394a3023f5e90e78674c500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 3 Aug 2020 15:52:17 +0800 Subject: [PATCH] store banner --- 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 75fa9f946..fd89ff1e4 100644 --- a/business/model/store.go +++ b/business/model/store.go @@ -351,7 +351,7 @@ type Store struct { PromoteInfo string `orm:"size(255)" json:"promoteInfo"` //门店公告(所有平台统一的公告) IsBoughtMatter int `json:"isBoughtMatter"` //这周是否申请过物料 SoundPercentage int `json:"soundPercentage"` //打印机声音大小比例 - Banner string `orm:"size(99999)" json:"banner"` //门店商城bannar图 + Banner string `orm:"size(9999)" json:"banner"` //门店商城bannar图 } func (*Store) TableUnique() [][]string {