From a166afa671e95c0b9b11b82c51e6482e210242e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 3 Aug 2020 17:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=97=A8=E5=BA=97=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/tempop/tempop.go | 44 ++++++++++++++----------------- 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 447935b92..5405d5286 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1587,30 +1587,26 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { // fmt.Println("deleteList2", deleteList) db := dao.GetDB() storeIDs := []int{ - 667443, - 667433, - 667389, - 666862, - 666835, - 666830, - 666826, - 666822, - 666800, - 666785, - 666775, - 666772, - 103459, - 102860, - 102859, - 102858, - 102852, - 102847, - 102811, - 102793, - 102780, - 101732, - 100714, - 100712, + 667159, + 667139, + 666842, + 666799, + 666794, + 666770, + 666739, + 666729, + 103177, + 103027, + 102808, + 102733, + 102718, + 102686, + 102676, + 102675, + 102661, + 101097, + 100041, + 100032, } for _, storeID := range storeIDs { acts, _ := dao.QueryActs(db, 0, 0, 50, -1, "", -1, []int{1}, []int{0, 3, 4}, nil, storeID, nil, 0, utils.ZeroTimeValue, utils.ZeroTimeValue, utils.Str2Time("2020-05-30 00:00:00"), utils.Str2Time("2020-07-30 00:00:00"))