Commit 323fba97 by 宋毅

tj

parent 7ea9db98
......@@ -1831,12 +1831,6 @@ class CPatentAggregationsApi extends ApiBase {
};
}
for (var x in obj) {
if (obj[x]) {
params.query.bool.must.push(obj[x]);
}
}
var rc = System.getObject("util.execClient");
var rtn = null;
var requrl = this.patentUrl;
......
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