diff --git a/business/jxstore/report/report.go b/business/jxstore/report/report.go index 891901b11..10df80426 100644 --- a/business/jxstore/report/report.go +++ b/business/jxstore/report/report.go @@ -103,7 +103,7 @@ func BeginSavePriceRefer(ctx *jxcontext.Context, cityCodes, skuIDs []int) (err e v.AvgUnitPrice = priceRefer.AvgUnitPrice _, err = dao.UpdateEntity(db, v, "MidUnitPrice", "MaxUnitPrice", "AvgUnitPrice", "MinUnitPrice") return retVal, err - }, priceReferSnapshot) + }, priceReferList) tasksch.HandleTask(task, nil, true).Run() _, err = task.GetResult(0) }