enilu / web-flash

web-flash -- Admin Framework and Mobile Website Based on Spring Boot and Vue.js
http://webflash.enilu.cn
MIT License
1.29k stars 363 forks source link

提Bug #49

Closed a878804506 closed 4 years ago

a878804506 commented 4 years ago

UserController.java这个类中 第108行:在设置账号角色接口中: if (userId.equals(Const.ADMIN_ID)) { 这行代码判断一直不为true,因为一个是Long 一个是Integer, ps:楼主加油!

a878804506 commented 4 years ago

我使用的jdk版本是1.8.0_201