浏览代码

V1.1.1 2.0增加每次创建条数

yumeng 4 年之前
父节点
当前提交
d61c373497

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

@@ -52,7 +52,7 @@
     select id  from ctop_kuaishou_group_template
     where  task_status = 0
     order by create_time desc
-    limit 50
+    limit 70
     </select>
 
 </mapper>