Browse Source

大会员子账号不作为电销线索

renjiaojiao 1 month ago
parent
commit
eb34c349f3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      clueSync/main.go

+ 2 - 0
clueSync/main.go

@@ -255,6 +255,8 @@ func main() {
 		select {}
 	} else if *mode == 2 {
 		LabelToClue()
+	} else if *mode == 3 {
+		ClueToDxTask()
 	} else {
 		users()
 		saleLeads()