|
@@ -21,7 +21,7 @@
|
|
and f.FILETYPENAME like '%'||#{typename}||'%'
|
|
and f.FILETYPENAME like '%'||#{typename}||'%'
|
|
</if>
|
|
</if>
|
|
<if test="pFileId == null or pFileId ==''">
|
|
<if test="pFileId == null or pFileId ==''">
|
|
- and f.PARENTTYPEID is null
|
|
|
|
|
|
+ and f.PARENTTYPEID = ''
|
|
</if>
|
|
</if>
|
|
<if test="typeIds!=null and typeIds.size()!=0">
|
|
<if test="typeIds!=null and typeIds.size()!=0">
|
|
and f.FILETYPEID in
|
|
and f.FILETYPEID in
|