From 87f69c553fe0274eddf5638396e89eb27bd67724 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 9 Aug 2019 13:47:39 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E6=9A=82=E4=B8=8D=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=93=B6=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/cms.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index d5db09a27..9fea2f071 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -260,6 +260,9 @@ func DeleteConfig(ctx *jxcontext.Context, key, configType string) (err error) { err = fmt.Errorf("还有门店在使用价格包:%s,门店信息:%s", key, strings.Join(storeInfo, ",")) } } + case model.ConfigTypeBank: + //todo + return fmt.Errorf("暂不支持删除银行") case model.ConfigTypeRole: errList := errlist.New() userIDs, err2 := api2.RoleMan.GetRoleUserList(autils.NewRole(key, 0))