Ver código fonte

查询专利号带筛选 2022/12/12

lwhhszx 2 anos atrás
pai
commit
426e99d4a3

+ 1 - 1
PAS/src/main/java/cn/cslg/pas/mapper/PatentMapper.java

@@ -55,6 +55,6 @@ public interface PatentMapper extends BaseMapper<Patent> {
     List<PatentQueryFieldSourceDTO> getCountStatus(@Param("projectId") Integer projectId);
     List<Patent> getPatent(@Param("patentNo")List<String> patentNo,@Param("n")int n,@Param("p")int p);
     int getPatentNumber(@Param("patentNo")List<String> patentNo);
-    List<String> getConPantentNos(QueryPatentVO params);
+    List<String> getConPantentNos(@Param("params") QueryPatentVO params);
 }
 

+ 1 - 1
PAS/src/main/resources/mapper/PatentMapper.xml

@@ -1474,7 +1474,7 @@
         </where>
     </select>
 
-    <select id="getConPantentNos" parameterType="cn.cslg.pas.common.model.vo.QueryPatentVO"
+    <select id="getConPantentNos" parameterType="cn.cslg.pas.common.model.QueryPatentVO"
             resultType="java.lang.String">
         select DISTINCT  a.patentno as patent_no
         from os_patent a