Commit adc757d2 by zhiwj

bug

parent 5d358241
......@@ -344,10 +344,10 @@
</if>
<if test="hasDownloadUrl != null ">
<if test="hasDownloadUrl">
and has_download_url is not null
and download_url is not null
</if>
<if test="!hasDownloadUrl">
and has_download_url is null
and download_url is null
</if>
</if>
<if test="projectCode != null and projectCode != '' ">
......
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