瀏覽代碼

冻结问题修改

WH01243 1 年之前
父節點
當前提交
077a3a24b7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      clueSync/autoTask.go

+ 2 - 2
clueSync/autoTask.go

@@ -460,7 +460,7 @@ func Thaw() {
 							"change_type":  "所属人变更",
 							"old_value":    "/",
 							"new_value":    nameMap[positionId],
-							"createtime":   nowTime,
+							"createtime":   time.Now().Format(date.Date_Full_Layout),
 							"BCPCID":       common.GetRandom(32),
 							"operator_id":  -1,
 						})
@@ -471,7 +471,7 @@ func Thaw() {
 						"change_field": "position_id",
 						"change_type":  "线索解冻",
 						"new_value":    "销售人员私海线索已释放",
-						"createtime":   nowTime,
+						"createtime":   time.Now().Format(date.Date_Full_Layout),
 						"BCPCID":       common.GetRandom(32),
 						"operator_id":  -1,
 					})