Commit 9d4bc717 by 王勇飞

gyq

parent 0d8a0c3e
......@@ -76,7 +76,7 @@ class PatentQueryAPI extends APIBase {
case "CommomSearchbyInventor": //根据发明人查询聚合
opResult = await this.cpatentsearchApi.CommomSearchbyInventor(action_body);
break;
case "AffairsearchbyFilingno":
case "AffairsearchbyFilingno"://根据申请号查询并根据法律状态日期排序
opResult = await this.caffairsearchApi.SearchbyFilingno(action_body);
break;
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment