query.add(Criteria.eq("NAME", "%"+users.getNAME()+"%"));
才接触Spring MVC,这个代码能执行模糊查询吗?
收起
http://liyueling.iteye.com/blog/630200 不能用eq,用like
报告相同问题?