排错 select from hero where name like#lolname or HeroType = #lolHeroType or CreateTime = #lolCreateTime;
select * from hero where name like CONCAT('%',#{lol.name},'%') or HeroType = #{lol.HeroType} or CreateTime = #{lol.CreateTime};
原文地址: https://www.cveoy.top/t/topic/iF3o 著作权归作者所有。请勿转载和采集!