Browse Source

no message

zhangchuanxing 1 month ago
parent
commit
eb1c221967
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/task.go

+ 2 - 2
services/task.go

@@ -179,8 +179,8 @@ func Task() {
 	//	task.AddTask("getArticleListByApi", getArticleListByApi)
 	//}
 
-	go UserLabelLogReduce() // 处理用户标签的队列消息
-	//go YanXuanActivityPointsBillReduce()                    // 处理研选活动扣点
+	go UserLabelLogReduce()                                 // 处理用户标签的队列消息
+	go YanXuanActivityPointsBillReduce()                    // 处理研选活动扣点
 	go UpdateArticleByRedis()                               // 处理策略平台同步过来的文章
 	go UpdateIndustrialManagementTimeLineDateList3ByRedis() // 处理产业管理时间线相关内容的数据
 	go UpdateWxUserRaiLabelRedis()                          // 处理用户标签队列消息CRM_16.5