xingzai преди 8 месеца
родител
ревизия
c1be4055be
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -152,7 +152,7 @@ func Task() {
 		handleOrderRefundTask := task.NewTask("handleOrderRefundTask", "0 */1 * * * *", HandleOrderRefundTask)
 		task.AddTask("定时任务处理退款回调", handleOrderRefundTask) //定时任务处理退款回调
 
-		getYanxuanSpecialLikeCountDifferent := task.NewTask("getYanxuanSpecialLikeCountDifferent", "0 */1 * * * *", GetYanxuanSpecialLikeCountDifferent)
+		getYanxuanSpecialLikeCountDifferent := task.NewTask("getYanxuanSpecialLikeCountDifferent", "0 0 */1 * * *", GetYanxuanSpecialLikeCountDifferent)
 		task.AddTask("定时任务处理退款回调", getYanxuanSpecialLikeCountDifferent) //定时任务处理退款回调
 	}