From 228071d00eddf142cd3c1e2c90091b5149eec880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 22 Nov 2019 19:10:36 +0800 Subject: [PATCH] excel --- controllers/yonghui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/yonghui.go b/controllers/yonghui.go index 321139471..64e43583f 100644 --- a/controllers/yonghui.go +++ b/controllers/yonghui.go @@ -57,7 +57,7 @@ func (c *YongHuiController) UpdateJxPriceByWeimob() { c.callUpdateJxPriceByWeimob(func(params *tYonghuiUpdateJxPriceByWeimobParams) (retVal interface{}, errCode string, err error) { var storeIDList []int if err = jxutils.Strings2Objs(params.StoreIDs, &storeIDList); err == nil { - retVal, err = yonghui.UpdateJxPriceByWeimob(params.Ctx, storeIDList, isAsync, isContinueWhenError) + retVal, err = yonghui.UpdateJxPriceByWeimob(params.Ctx, storeIDList, params.IsAsync, params.IsContinueWhenError) } return retVal, "", err })