|
@@ -154,7 +154,7 @@ func (l *SaveTSGuideLogic) SaveTSGuide(in *bxsubscribe.SaveTSGuideReq) (*bxsubsc
|
|
|
updateMap[fmt.Sprintf(field, "a_items")] = []map[string]interface{}{item}
|
|
|
}
|
|
|
|
|
|
- updateMap[fmt.Sprintf(field, "l_modifydate")] = time.Now()
|
|
|
+ updateMap[fmt.Sprintf(field, "l_modifydate")] = time.Now().Unix()
|
|
|
updateMap["i_ts_guide"] = tsGuidefinished
|
|
|
if !IC.Compatible.Update(in.UserId, map[string]interface{}{
|
|
|
"$set": updateMap,
|