在Dao层写模糊查询,通过数据库语句实现,例如:selelct from offer where offerid like %id%;
例如:
%需要用引号括起来,引号前面加转义
模糊查询
原文:https://www.cnblogs.com/bzbz/p/11490438.html