关于数据权限问题,提示空指针
版本:renren-security 3.2 |
开发环境: |
前后端分离,后端使用了QueryWrapper的方式,添加wrapper.apply(params.get(Constant.SQL_FILTER) != null, params.get(Constant.SQL_FILTER).toString());就直接报空指针,请问碰到过的兄弟告知,处理的方式!
java.lang.NullPointerException: null 直接指向wrapper.apply(params.get(Constant.SQL_FILTER) != null, params.get(Constant.SQL_FILTER).toString());错误