标签:html where name result get blog color 方法 span
方法一:
<!-- 根据hid,hanme,grade,模糊查询医院信息-->
<select id="getHospitalLike" resultType="com.hand.hand.domain.Hospital">
SELECT * FROM hospital
where hid like ‘%‘||#{selectword}||‘%‘ or hname like ‘%‘||#{selectword}||‘%‘ or grade like ‘%‘||#{selectword}||‘%‘
</select>
其他拼接法,可参考:https://www.cnblogs.com/dushan/p/4766954.html
mybatis中使用mysql的模糊查询字符串拼接(like)
标签:html where name result get blog color 方法 span
原文地址:http://www.cnblogs.com/shuaifing/p/7928628.html