@@ -1329,6 +1329,15 @@
#{item}
</foreach>
</if>
+ <if test="params.importTaskId != null and params.importTaskId.size()!=0">
+ or patentno in
+ ( select PATENT_NO from ASSO_IMPORTTASK_PATENT where IMPORTTASK_ID in
+ <foreach item="item" collection="params.importTaskId" index="index" open="(" separator=","
+ close=") ">
+ #{item}
+ </foreach>
+ )
+ </if>
)
<if test="params.projectId == null and params.patentNos != null and params.patentNos.size()!=0">