测试1
This commit is contained in:
@@ -2445,7 +2445,7 @@ func GetTopSkusByCityCode(ctx *jxcontext.Context, cityCode, storeID int) (skuNam
|
||||
if cityCode > 0 {
|
||||
skuNameAndPlace, err = dao.GetTopSkusByCityCode(db, cityCode, orderCreate)
|
||||
} else {
|
||||
skuNameAndPlace, err = dao.GetTopSkusByNoCityCode(db, cityCode, orderCreate)
|
||||
skuNameAndPlace, err = dao.GetTopSkusByNoCityCode(db)
|
||||
}
|
||||
if storeID > 0 {
|
||||
var skuNameList []*model.SkuName
|
||||
|
||||
Reference in New Issue
Block a user