Commit 7fa96a8c by guojx

Merge branch 'feature-2022-10-marketing' into 'developer'

活码名称/code搜索

See merge request !472
parents 6ccf121d ad2aeabd
......@@ -121,7 +121,7 @@
<select id="listForSms" resultMap="result-map-tabHaobanHmLink">
select <include refid="Base_Column_List" /> from tab_haoban_hm_link where wx_enterprise_id=#{wxEnterpriseId} and enterprise_id=#{enterpriseId}
<if test="null != linkName">
and name like '%${linkName}%'
and (name like '%${linkName}%' or short_code like '%${linkName}%')
</if>
<if test="null != linkType">
and link_type = #{linkType}
......
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