Selaa lähdekoodia

V1.1.3 定时任务 修改

yumeng 4 vuotta sitten
vanhempi
commit
a1818aae34

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

@@ -51,7 +51,7 @@
     <select id="getIdList" resultType="java.lang.Long">
     select id  from ctop_kuaishou_group_template
     where  task_status = 0
-    order by create_time desc
+    order by create_time asc
     limit 70
     </select>