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