- 暂不支持删除银行

This commit is contained in:
gazebo
2019-08-09 13:47:39 +08:00
parent 6f403e909f
commit 87f69c553f

View File

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