|
@@ -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);
|
|
|
}
|
|
|
|