From c8c7dbf38edc0aca7906c6aa937de18c9f65462e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 2 Dec 2020 15:58:57 +0800 Subject: [PATCH] initstation --- business/jxstore/cms/cms.go | 1 + 1 file changed, 1 insertion(+) 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