Accept Merge Request #82: (yonghui -> mark)

Merge Request: 推荐商品分类sql修改,门店价格统计等修改
Created By: @苏尹岚
Accepted By: @苏尹岚
URL: https://rosydev.coding.net/p/jx-callback/d/jx-callback/git/merge/82
This commit is contained in:
苏尹岚
2019-12-13 11:34:38 +08:00
8 changed files with 24 additions and 25 deletions

View File

@@ -617,7 +617,7 @@ func (c *StoreController) GetStorePriceScore() {
// @router /CreateStorePriceScore [post]
func (c *StoreController) CreateStorePriceScore() {
c.callCreateStorePriceScore(func(params *tStoreCreateStorePriceScoreParams) (retVal interface{}, errCode string, err error) {
err = cms.CreateStorePriceScore(params.Ctx, params.ForRefresh)
err = cms.CreateStorePriceScore(params.Ctx)
return retVal, "", err
})
}