ソースを参照

修改同步素材逻辑

yumeng 2 年 前
コミット
fdfa77cb6c

+ 2 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/MaterialUploadTaskMapper.xml

@@ -18,7 +18,7 @@ from (select t1.signature
               and media_id in (2, 4)
             group by signature
             ORDER BY create_time ASC
-            LIMIT 5) t1
+            LIMIT 10) t1
       union all
       select t2.signature
       from (SELECT signature
@@ -27,7 +27,7 @@ from (select t1.signature
               and media_id in (1, 3)
             group by signature
             ORDER BY create_time ASC
-            limit 5) t2) t
+            limit 10) t2) t
 group by t.signature
     </select>
     <select id="getHostingIdList" resultType="java.lang.Long">