zhaohaipeng 5 дней назад
Родитель
Сommit
b7c5b4061e

+ 1 - 2
supply-demand-engine-core/src/main/java/com/tzld/piaoquan/sde/service/impl/ContentProfileServiceImpl.java

@@ -153,8 +153,7 @@ public class ContentProfileServiceImpl implements ContentProfileService {
                 "                        FROM    loghubods.content_deconstruction_result_structuring\n" +
                 "                    ) \n" +
                 "        ) \n" +
-                "AND     type_desc LIKE \"%%s%\"\n" +
-                ";";
+                "AND     type_desc LIKE %%s%;";
 
         Map<String, List<ContentDescontructionResultVo>> result = new HashMap<>(queryDTO.getKeywords().size());
         for (String keyword : queryDTO.getKeywords()) {