From 8bdb84d514b17b3c152203c828f81bfe9495cc86 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, 11 Dec 2020 10:12:07 +0800 Subject: [PATCH] a --- business/jxstore/tempop/tempop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 48a9f953b..760b076d2 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1753,7 +1753,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { ) sql := ` SELECT * from store_map where vendor_id = 5 and deleted_at = '1970-01-01 00:00:00' and vendor_org_code = 2 - and store_id = 100206 + and store_id <> 100206 ` dao.GetRows(db, &storeMaps, sql, nil) for _, v := range storeMaps {