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))