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