浏览代码

标签处理

WH01243 7 月之前
父节点
当前提交
80cff13eca
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      service/company.go

+ 2 - 2
service/company.go

@@ -265,7 +265,7 @@ func dclue(v, positionId, isTask, thispositionId int64) {
 				//标签变更
 				labelChangeTime := gconv.String((*clueData)["labelChangeTime"])
 				label := gconv.Int64((*clueData)["label"])
-				LabelHandel(nil, label, 3, v, "", trailstatus, trailstatus, labelChangeTime)
+				LabelHandel(nil, label, 3, v, "", "01", trailstatus, labelChangeTime)
 				JyBiTidb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{
 					"clue_id":      v,
 					"position_id":  oldpositionId,
@@ -341,7 +341,7 @@ func dclue(v, positionId, isTask, thispositionId int64) {
 				})
 				labelChangeTime := gconv.String((*clueData)["labelChangeTime"])
 				label := gconv.Int64((*clueData)["label"])
-				LabelHandel(nil, label, 3, v, "", trailstatus, trailstatus, labelChangeTime)
+				LabelHandel(nil, label, 3, v, "", "01", trailstatus, labelChangeTime)
 				JyBiTidb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{
 					"clue_id":      v,
 					"position_id":  positionId,