zyh123的gravatar头像
zyh123 2018-01-21 17:18:54

mybatis查询抛出异常

 

问题描述

查询出现500

运行环境

jdk7+tomcat7+mysql+

项目技术(必填)

spring+spring mvc+mybatis

项目截图(必填)

 

运行截图(必填)

mybatis查询抛出异常mybatis查询抛出异常

mybatis查询抛出异常

所有回答列表(7)
最代码-泽正的gravatar头像
最代码-泽正  LV12 2018年1月25日

select * from ss_client where (name like concat('%',#{condition},'%') 模糊查询这样写。

针对你的sql:你可以改为 select count(*) from user_inf where username like concat('%',#{username},'%') 你试试。

评论(0) 最佳答案
罗大雨的gravatar头像
罗大雨  LV15 2018年1月21日

sql还能这样写?

我都是这样写的,你试试:select count(*) from tableName where name like '%${name}%'

给你截个图:mybatis查询抛出异常

zyh123的gravatar头像
zyh123  LV6 2018年1月21日

能否加个qq什么的,不知道哪里改

yzh123456的gravatar头像
yzh123456  LV8 2018年1月22日

报错不是说,那个concat函数不存在吗?

zhizaideren的gravatar头像
zhizaideren  LV2 2018年1月22日

  按你这上面显示的 ,  不是这个dao接口的错误啊!

禅之禅的gravatar头像
禅之禅  LV9 2018年1月22日

你的传 的parameterType="goods",这个传入参数 是什么类型啊

程序猿全敏的gravatar头像
程序猿全敏  LV29 2018年1月24日

缺少视图hrm_db.concat 你看看导入没

顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友