Explorar o código

Merge branch 'dev/v1.0.7' of BaseService/biService into feature/v1.0.7

xuzhiheng %!s(int64=2) %!d(string=hai) anos
pai
achega
2426eeeaf9
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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)
 						} else if is_assign == 1 {
 							countPrivate++
+							if batch_import != "" {
+								batch_imports = batch_import + "," + this.Pcbh
+							} else {
+								batch_imports = this.Pcbh
+							}
 							updateData := map[string]interface{}{
 								"batch_import": batch_imports,
 								"updatetime":   nowTime,