Commit 16f0e3c6 authored by hezhen's avatar hezhen

修改股权列表关键字搜索

parent 658055a1
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
from branch_company_stock_info from branch_company_stock_info
<trim prefix="where" suffixOverrides="and"> <trim prefix="where" suffixOverrides="and">
<if test="companyName != null"> <if test="companyName != null">
company_name like "${companyName}%" company_name like CONCAT('%',#{companyName},'%')
</if> </if>
<if test="addrProvince != null"> <if test="addrProvince != null">
addr_province = #{addrProvince} and addr_province = #{addrProvince} and
......
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