|
@@ -368,6 +368,8 @@ func FormatData(data map[string]interface{}, item string) (bool, bool, bool) {
|
|
label := gconv.Int64((*uCount)["label"])
|
|
label := gconv.Int64((*uCount)["label"])
|
|
trailstatusCode := gconv.String((*uCount)["trailstatus"])
|
|
trailstatusCode := gconv.String((*uCount)["trailstatus"])
|
|
clueUpdateData := map[string]interface{}{}
|
|
clueUpdateData := map[string]interface{}{}
|
|
|
|
+ e_label := gconv.String((*uCount)["e_label"])
|
|
|
|
+ Ehandle(clueId, uId, userId, cluename, trailstatusCode, e_label)
|
|
if old_name != name && name != "" {
|
|
if old_name != name && name != "" {
|
|
clueUpdateData["name"] = name
|
|
clueUpdateData["name"] = name
|
|
TiDb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{
|
|
TiDb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{
|