Commit ae54d850 by qwmqiuwenmin

fix

parent 89a49872
......@@ -413,7 +413,7 @@
<if test="gicContactFlag != null">
and contact_flag = #{gicContactFlag,jdbcType=INTEGER}
</if>
<if test="version != null and verion == 2">
<if test="version != null and version == 2">
<if test="keyword != null and keyword != '' and enterpriseIds != null and enterpriseIds.size() > 0">
and (corp_name like CONCAT('%',#{keyword},'%')
or wx_enterprise_id IN
......@@ -427,7 +427,7 @@
</if>
</if>
<if test="version == null or verion = ''">
<if test="version == null or version = ''">
<if test="keyword != null and keyword != ''">
and corp_name like CONCAT('%',#{keyword},'%')
</if>
......
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