diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index e10e7d98c..8697c9b35 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1602,7 +1602,6 @@ 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 <> 667281 - AND store_id = 103075 ` err = dao.GetRows(db, &storeMaps, sql, nil) for _, v := range storeMaps {