最新版jeecg,Minidao报错 Object_toString.sql not found
本帖最后由 NRing 于 2018-8-29 11:25 编辑最新版的jeecg使用的Minidao的版本为
[*]<dependency>
[*] <groupId>org.jeecgframework</groupId>
[*] <artifactId>minidao-pe</artifactId>
[*] <version>1.6.7</version>
[*] </dependency>
在二级管理员选中管理组后,设置管理员,点击分配角色,点击保存,后台报 Object_toString.sql not found错误
参考问题汇总:
130. Minidao报错 Object_toString.sql not found
此问题是写的sql语法有错误,minidao版本低,提示错误不准确,请升级minidao版本
[*]<dependency>
[*] <groupId>org.jeecgframework</groupId>
[*] <artifactId>minidao-pe</artifactId>
[*] <version>1.6.4</version>
[*] </dependency>
将版本降级到1.6.4同样会报上述错误
采用debug模式?
页:
[1]