hfbin / LibraPlatform

🔥🔥🔥 Libra-Platform微服务平台。基于SpringCloud & SpringCloudAlibaba & SpringBoot & Vue3开发,基于多租户SaaS模式的设计,拥有强大的用户中心(一个账号对应多业务身份),权限基于RBAC设计,支持蓝绿灰度发布、网关动态路由、服务治理(流量控制、熔断降级、系统自适应保护、服务鉴权)等功能。
Apache License 2.0
237 stars 53 forks source link

代码生成器这里报空指针异常 #3

Closed monyuan closed 2 years ago

monyuan commented 2 years ago

// 查询表信息 Map<String, String> table = generatorMapper.queryTable(data, genConfig.getDsName());

这里返回的是null

monyuan commented 2 years ago

==> Preparing: select table_name tableName, engine, table_comment tableComment, create_time createTime from information_schema.tables where table_schema = (select database()) and table_name = ? ==> Parameters: test_user(String) <== Total: 0

monyuan commented 2 years ago

直接执行sql的话是可以查到的,怀疑是不是SqlSession没切换过来?

hfbin commented 2 years ago

环境问题