blade_scope_data doesn't exist

Blade 未结 1 875
305686839
305686839 2021-11-20 17:34

自己的业务模块突然报错

 org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select resource_code, scope_column, scope_field, scope_type, scope_value from blade_scope_data where scope_class = ? and id in (select scope_id from blade_role_scope where scope_category = 1 and role_id in (?))]; nested exception is java.sql.SQLSyntaxErrorException: Table 'zt_base.blade_scope_data' doesn't exist

我的数据库

zt_base

中确实没有

blade_scope_data

表,这个表是在bladex数据库中的。

为什么业务类会突然要访问这个表

1条回答
  •  admin
    admin (楼主)
    2021-11-22 23:34

    bladex工程执行mvn clean install,并且在对应服务引入 blade-scope-api 的依赖然后刷新工程再启动。

    这样请求数据权限的时候就会走feign并且调用bladex主库的数据了

    1 讨论(0)
提交回复