From f3093a5ebf6a961198f15dd11c0375082f480061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 10 Jun 2020 15:06:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/tempop/tempop.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 8e3c1cbf5..712d4027a 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1613,7 +1613,6 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { sql := ` SELECT * FROM goods_order WHERE order_created_at > '2020-06-10 12:20:00' AND vendor_id <> 5 - AND vendor_order_id = '88033321555614726' ` dao.GetRows(dao.GetDB(), &orders, sql, nil) task := tasksch.NewParallelTask("刷新门店价格", tasksch.NewParallelConfig().SetIsContinueWhenError(true), ctx,