价格统计

This commit is contained in:
苏尹岚
2020-01-02 15:30:36 +08:00
parent 295854eb08
commit b2ff93af36
6 changed files with 2471 additions and 2386 deletions

View File

@@ -79,7 +79,7 @@ func (c *ReportController) StatisticsReportForStoreSkusPrice() {
// @router /PriceRefer [post]
func (c *ReportController) PriceRefer() {
c.callPriceRefer(func(params *tReportPriceReferParams) (retVal interface{}, errCode string, err error) {
report.BeginSavePriceRefer(params.Ctx, nil, nil)
report.BeginSavePriceRefer(params.Ctx, nil, nil, true, true)
return retVal, "", err
})
}