diff --git a/business/jxstore/misc/store_score.go b/business/jxstore/misc/store_score.go index 0ab3a6056..7edceb20d 100644 --- a/business/jxstore/misc/store_score.go +++ b/business/jxstore/misc/store_score.go @@ -18,8 +18,8 @@ import ( ) const ( - EnableScheduleScoreStore = !true - ParallelCount = 5 + EnableScheduleScoreStore = true + ParallelCount = 3 GoldMedalScore = 90 SilverMedalScore = 80 diff --git a/controllers/cms_store.go b/controllers/cms_store.go index ca293dda1..95b1c7b1b 100644 --- a/controllers/cms_store.go +++ b/controllers/cms_store.go @@ -442,8 +442,8 @@ func (c *StoreController) ScoreStore() { }) } -// @Title 得到门店周平均分数数据 -// @Description 得到门店周平均分数数据 +// @Title 得到门店近期周平均分数数据 +// @Description 得到门店近期周平均分数数据 // @Param token header string true "认证token" // @Param storeID query int true "京西门店ID" // @Param weekIndex query int true "周索引(起始索引为0, -1为所有周数据)"