获取各平台未营业门店

This commit is contained in:
苏尹岚
2019-12-05 14:46:52 +08:00
parent 621ae66f6e
commit 9dd4c76074
7 changed files with 211 additions and 1 deletions

View File

@@ -177,3 +177,7 @@ func GetGetStatisticsReportForAfsOrders(db *DaoDB, storeIDs []int, fromDate time
}
return nil, err
}
func GetStatisticsReportForStoreSkusPrice(db *DaoDB, cityCodes, skuIDs []int) (err error) {
return err
}