Commit af2dba6e by 姚冰

[chg] es查询添加最低分过滤

1 parent a8872842
...@@ -618,7 +618,7 @@ public class ReidService { ...@@ -618,7 +618,7 @@ public class ReidService {
return null; return null;
} }
Person person = new Person().setBodyFeatures(bodyFeatures).setCounttimeGTE(countTimeGTE).setCounttimeLTE(countTimeLTE); Person person = new Person().setBodyFeatures(bodyFeatures).setCounttimeGTE(countTimeGTE).setCounttimeLTE(countTimeLTE).setBodyMinScore(score.floatValue());
if (recursion > 0) { if (recursion > 0) {
person.setGateIdIn(gateIdList); person.setGateIdIn(gateIdList);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!