Commit 413bd095 authored by duanruiming's avatar duanruiming

[add] 绿波优化

parent ea984a31
......@@ -55,7 +55,7 @@
FROM t_greenwave_info WHERE 1=1
<include refid="sql_query"/>
<if test="keyword != null and keyword != ''">
AND ( locate(#{keyword,jdbcType=VARCHAR}, `name`)>0 )
AND ( position(#{keyword,jdbcType=VARCHAR} in `name`)>0 )
</if>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment