From 8a481f8225394641025454961e1106b4258c50e9 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, 4 Dec 2020 09:37:14 +0800 Subject: [PATCH] tt --- 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 b817be563..553d6afed 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1759,7 +1759,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { AND store_id <> 667281 AND store_id <> 100000 AND store_id <> 102919 - AND store_id = 103075 + AND store_id <> 103075 ` err = dao.GetRows(db, &storeMaps, sql, nil) storeSkus, _ := dao.GetStoresSkusInfo(db, []int{model.JdShopMainStoreID2}, nil)