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)