<iftest="searchName != null and searchName != '' and searchValue != null and searchValue != '' ">
and ${searchName} like concat('%', #{searchValue} ,'%')
<iftest="searchValue != null and searchValue != '' ">
and (data_content like concat('%', #{searchValue} ,'%') or file_name like concat('%', #{searchValue} ,'%') or apply_user_name like concat('%', #{searchValue} ,'%') )
</if>
<iftest="auditExpireTime != null ">
and audit_expire_time < #{auditExpireTime}
</if>
<iftest="hasDownloadUrl != null ">
<iftest="hasDownloadUrl">
and has_download_url is not null
and download_url is not null
</if>
<iftest="!hasDownloadUrl">
and has_download_url is null
and download_url is null
</if>
</if>
<iftest="projectCode != null and projectCode != '' ">