WH01243 7 сар өмнө
parent
commit
439c084b60
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      service/company.go

+ 1 - 1
service/company.go

@@ -266,7 +266,7 @@ func dclue(v, positionId, isTask, thispositionId int64) {
 				labelChangeTime := gconv.String((*clueData)["labelChangeTime"])
 				label := gconv.Int64((*clueData)["label"])
 				if oldName != name {
-					LabelHandel(nil, label, 3, v, "", "01", trailstatus, labelChangeTime)
+					LabelHandel(nil, label, 3, v, "", trailstatus, trailstatus, labelChangeTime)
 				}
 				JyBiTidb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{
 					"clue_id":      v,