From 2c5d4801b006d59262973b408be72de1db7fb0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 30 Dec 2019 17:47:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/report/report.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }