自己的业务模块突然报错
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数据库中的。
为什么业务类会突然要访问这个表
扫一扫访问 Blade技术社区 移动端