From 61fbdca84926d619365c70b86834b17a1c417848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 3 Dec 2020 14:20:25 +0800 Subject: [PATCH] aa --- business/jxstore/tempop/tempop.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index df04332f2..1cdb24ef7 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1602,6 +1602,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 <> 667281 + AND LENGTH(vendor_store_id) < 9 ` err = dao.GetRows(db, &storeMaps, sql, nil) for _, v := range storeMaps {