Commit 1ac83e15 by zhiwj

bug

parent e32b7449
......@@ -336,7 +336,7 @@
<if test="auditResult != null ">
and audit_result = #{auditResult}
</if>
<if test="searchName != null and searchName != '' and searchValue != null and searchValue != '' ">
<if test="searchValue != null and searchValue != '' ">
and (data_content like concat('%', #{searchValue} ,'%') or file_name like concat('%', #{searchValue} ,'%') or apply_user_name like concat('%', #{searchValue} ,'%') )
</if>
<if test="auditExpireTime != null ">
......
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