Commit 9fdcef36 by xugaojun

修复一个sql问题

parent 13374900
...@@ -398,7 +398,7 @@ ...@@ -398,7 +398,7 @@
) )
</if> </if>
<if test="keyword != null and keyword != '' and (enterpriseIds == null or enterpriseIds.size() == 0)"> <if test="keyword != null and keyword != '' and (enterpriseIds == null or enterpriseIds.size() == 0)">
and (corp_name like CONCAT('%',#{keyword},'%') and corp_name like CONCAT('%',#{keyword},'%')
</if> </if>
</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