@@ -36,7 +36,7 @@ public interface PermissionRecordMapper {
* @param patentNo 专利号
* @return 返回统计到的总数量total
*/
- int countByPatentNo(String patentNo, Integer tenantId);
+ int countByPatentNo(String patentNo, Integer tenantId);
/**