Commit e4f50275 by xugaojun

Merge branch 'fix_03_15' into developer

parents 330cc9ef 9fdcef36
......@@ -398,7 +398,7 @@
)
</if>
<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>
......
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