From dfdcc671f6d101959611873d1eb8201c1392b133 Mon Sep 17 00:00:00 2001 From: Rosy-zhudan Date: Thu, 12 Sep 2019 16:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E8=AF=84=E5=88=86-=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E5=B9=B6=E5=8F=91=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/misc/store_score.go | 4 ++-- controllers/cms_store.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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为所有周数据)"