xuzhiheng 2 anni fa
parent
commit
9c5473ee4f
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      service/clue.go

+ 5 - 0
service/clue.go

@@ -641,6 +641,11 @@ func ClueImportSync(this *biservice.ClueImportReq) (string, int) {
 							JyBiTidb.Update("dwd_f_crm_clue_info", map[string]interface{}{"id": clueId}, updateData)
 							JyBiTidb.Update("dwd_f_crm_clue_info", map[string]interface{}{"id": clueId}, updateData)
 						} else if is_assign == 1 {
 						} else if is_assign == 1 {
 							countPrivate++
 							countPrivate++
+							if batch_import != "" {
+								batch_imports = batch_import + "," + this.Pcbh
+							} else {
+								batch_imports = this.Pcbh
+							}
 							updateData := map[string]interface{}{
 							updateData := map[string]interface{}{
 								"batch_import": batch_imports,
 								"batch_import": batch_imports,
 								"updatetime":   nowTime,
 								"updatetime":   nowTime,