Browse Source

取消海外客户状态同步

hongze 1 năm trước cách đây
mục cha
commit
f24d7d0b96
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      services/task.go

+ 2 - 2
services/task.go

@@ -187,8 +187,8 @@ func Task() {
 	task.AddTask("英文客户最后一次阅读时间", fixEnglishCompanyLastViewTime)
 
 	//海外客户-同步客户状态
-	fixCompanyOverseasStatus := task.NewTask("fixCompanyOverseasStatus", "0 */5 * * * *", overseas_custom.FixCompanyOverseasStatus)
-	task.AddTask("同步客户状态", fixCompanyOverseasStatus)
+	//fixCompanyOverseasStatus := task.NewTask("fixCompanyOverseasStatus", "0 */5 * * * *", overseas_custom.FixCompanyOverseasStatus)
+	//task.AddTask("同步客户状态", fixCompanyOverseasStatus)
 
 	task.StartTask()