Commit cf725971 authored by KeYong's avatar KeYong

修改文件列表bug

parent 2ea4f8b2
......@@ -18,7 +18,7 @@
and `type` = #{dto.type}
</if>
<if test="dto.name != null and dto.name != ''">
and `name` = #{dto.name}
and `name` like concat('%', #{dto.name}, '%')
</if>
<if test="dto.bizOrgCode != null and dto.bizOrgCode != ''">
and biz_org_code like concat(#{dto.bizOrgCode}, '%')
......
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