|
@@ -141,7 +141,9 @@ public class ContentProfileServiceImpl implements ContentProfileService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
String sqlFormat = "SELECT DISTINCT content_id\n" +
|
|
String sqlFormat = "SELECT DISTINCT content_id\n" +
|
|
|
- "FROM loghubods.content_deconstruction_result_structuring\n" +
|
|
|
|
|
|
|
+ " ,type\n" +
|
|
|
|
|
+ " ,type_desc\n" +
|
|
|
|
|
+ "FROM loghubods.content_deconstruction_result_structuring" +
|
|
|
"WHERE dt = (\n" +
|
|
"WHERE dt = (\n" +
|
|
|
" SELECT MAX(dt)\n" +
|
|
" SELECT MAX(dt)\n" +
|
|
|
" FROM loghubods.content_deconstruction_result_structuring\n" +
|
|
" FROM loghubods.content_deconstruction_result_structuring\n" +
|