Commit 768f27ca by qwmqiuwenmin

fix

parent 8b084a5d
...@@ -427,7 +427,7 @@ ...@@ -427,7 +427,7 @@
</if> </if>
</if> </if>
<if test="version == null or version = ''"> <if test="version == null or version == ''">
<if test="keyword != null and keyword != ''"> <if test="keyword != null and keyword != ''">
and corp_name like CONCAT('%',#{keyword},'%') and corp_name like CONCAT('%',#{keyword},'%')
</if> </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