最骗人的
在action中将%写在String temp里,mapper中like #{temp}
太骗人了···
后来改进了
mapper中like ‘%${temp}%’
占位符由原来的#{...}改为${....}
mybatis模糊查询
最新推荐文章于 2025-08-11 20:54:36 发布
最骗人的
在action中将%写在String temp里,mapper中like #{temp}
太骗人了···
后来改进了
mapper中like ‘%${temp}%’
占位符由原来的#{...}改为${....}