shicf
2026-02-02 6dcd7a344a46034f7eeee98abd4db5f6d5729c4a
src/main/java/com/product/face/service/FaceListSearchService.java
@@ -95,12 +95,12 @@
         face = JSON.parseObject(JSON.toJSONString(RedisUtil.get(FaceConst.FACE_LIST_KEY + faceUuid)), FaceListEntity.class);
      }
      if (face != null) {
         String tableAlias = null;
         String tableName = face.getTableName();
         List<String> t = aliasTable.get(tableName);
         if (t != null && t.size() > 0) {
            tableAlias = t.get(0);
         }
//         String tableAlias = null;
//         String tableName = face.getTableName();
//         List<String> t = aliasTable.get(tableName);
//         if (t != null && t.size() > 0) {
//            tableAlias = t.get(0);
//         }
         Map<String, List<String>> params = face.getFilters(aliasTable, aliasField,tableOfField);
         List<String> fieldNames = params.get("fields");
         List<String> filters = params.get("filter");