|
@@ -142,7 +142,7 @@ public class ScratchWordsService extends ServiceImpl<ScratchWordsMapper, Scratch
|
|
|
public PageVO queryScratchs(QueryScratchsDTO queryScratchsDTO) throws IOException {
|
|
|
log.info("开始处理【查询标注清单】的业务,参数为:{}", queryScratchsDTO);
|
|
|
|
|
|
- //将检索框里的专利号或标注内容去除两端空格
|
|
|
+ //若有检索筛选,将检索框里的专利号或标注内容去除两端空格
|
|
|
if (queryScratchsDTO.getPatentNo() != null) {
|
|
|
queryScratchsDTO.setPatentNo(queryScratchsDTO.getPatentNo().trim());
|
|
|
}
|