|
@@ -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,
|