|
@@ -256,12 +256,12 @@ public class ParamsDataProxy {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
private void paramFeatureInit(SearchData searchData, List<Map<String, Object>> featuresList) throws Exception {
|
|
|
- if (featuresList != null && featuresList.size() == 1) {
|
|
|
- Map<String, Object> featureMap = featuresList.get(0);
|
|
|
- if (exclude_feature_list.contains(String.valueOf(featureMap.get("feature_name")))) {
|
|
|
- return;
|
|
|
- }
|
|
|
- }
|
|
|
+// if (featuresList != null && featuresList.size() == 1) {
|
|
|
+// Map<String, Object> featureMap = featuresList.get(0);
|
|
|
+// if (exclude_feature_list.contains(String.valueOf(featureMap.get("feature_name")))) {
|
|
|
+// return;
|
|
|
+// }
|
|
|
+// }
|
|
|
if (featuresList != null && featuresList.size() > 0) {
|
|
|
Map<String, Object> featureMap = null;
|
|
|
for (int i = 0; i < featuresList.size(); i++) {
|