Browse Source

修改无权限时返回类型

lwhhszx 2 years ago
parent
commit
43882bac2d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      PAS/src/main/resources/mapper/PatentMapper.xml

+ 4 - 0
PAS/src/main/resources/mapper/PatentMapper.xml

@@ -1409,6 +1409,7 @@
                             ( select PATENT_NO from ASSO_IMPORTTASK_PATENT where REPORT_ID =#{params.reportId}
                             )
                         </if>
+                        )
                     </if>
                     <if test="params.projectId == null and params.patentNos != null and params.patentNos.size()!=0">
                         (patentno in
@@ -1549,6 +1550,7 @@
                             ( select PATENT_NO from ASSO_IMPORTTASK_PATENT where REPORT_ID =#{params.reportId}
                             )
                         </if>
+                        )
                     </if>
                     <if test="params.projectId == null and params.patentNos != null and params.patentNos.size()!=0">
                         (patentno in
@@ -1670,7 +1672,9 @@
                             or patentno in
                             ( select PATENT_NO from ASSO_IMPORTTASK_PATENT where REPORT_ID =#{params.reportId}
                             )
+
                         </if>
+                        )
                     </if>
                     <if test="params.projectId == null and params.patentNos != null and params.patentNos.size()!=0">
                         (patentno in