diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index 171a20f72..d9f7a5195 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -258,6 +258,7 @@ func InitStation(ctx *jxcontext.Context) (err error) { updateList []*model.StationInfo deleteList []*model.StationInfo ) + api.EjyAPI.SetTimestamp(time.Now().Unix()) if stations, err := dao.GetStationList(db); len(stations) > 0 && err == nil { for _, v := range stations { stationMap[v.StationID] = v