mybatis模糊查询
摘要:
<if test="locationName != null and locationName != ''"> AND a.location_Name like concat(concat('%',#{locationName}),'%') </if> 阅读全文
posted @ 2018-06-15 00:23 一碗白开水* 阅读(127) 评论(0) 推荐(0)
2018年6月15日 #
posted @ 2018-06-15 00:23 一碗白开水* 阅读(127) 评论(0) 推荐(0)