Browse Source

Merge branch 'crm_15.9' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 8 months ago
parent
commit
9f5d45bb56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -156,7 +156,7 @@ func Task() {
 		getYanxuanSpecialLikeCountDifferent := task.NewTask("getYanxuanSpecialLikeCountDifferent", "0 0 */1 * * *", GetYanxuanSpecialLikeCountDifferent)
 		task.AddTask("定时任务处理退款回调", getYanxuanSpecialLikeCountDifferent) //定时任务处理退款回调
 
-		updateRaiServeCompanyDate := task.NewTask("updateRaiServeCompanyDate", "0 */1 * * * *", UpdateRaiServeCompanyDate)
+		updateRaiServeCompanyDate := task.NewTask("updateRaiServeCompanyDate", "0 0 1 * * *", UpdateRaiServeCompanyDate)
 		task.AddTask("定时任务处理权益服务公司", updateRaiServeCompanyDate) //定时任务处理权益服务公司
 
 		updateRaiServeBillDate := task.NewTask("updateRaiServeBillDate", "0 */10 * * * *", UpdateRaiServeBillDate)