Commit ad2aeabd by guojx

活码名称/code搜索

parent b2a865d4
......@@ -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