Przeglądaj źródła

feat:添加接口

zhaohaipeng 5 dni temu
rodzic
commit
5ea037dfdf

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

@@ -141,7 +141,9 @@ public class ContentProfileServiceImpl implements ContentProfileService {
         }
 
         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" +
                 "            SELECT  MAX(dt)\n" +
                 "            FROM    loghubods.content_deconstruction_result_structuring\n" +