首页 新闻 会员 周边

mybatis的ognl异常

0
悬赏园豆:100 [已关闭问题] 关闭于 2016-06-24 18:36

错误提示:Malformed OGNL expression: beginTime != null and beginTime !=''

org.apache.ibatis.ognl.TokenMgrError: Lexical error at line 1, column 22.

这个异常我怎么也改不出来

另外还有个疑问,map返回值应该怎么写?代码如下,

//图形统计
public Map<String, Object> userGraph(Map<String, Object> map){
try {
super.sqlSessionTemplate.selectList("com.kinglo.im.pojo.User.userGraph",map);

// super.sqlSessionTemplate.selectMap("com.kinglo.im.pojo.User.userGraph", map);

} catch (Exception e) {
e.printStackTrace();
}
return null;
}

根目录97的主页 根目录97 | 初学一级 | 园豆:8
提问于:2016-06-24 13:46
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册