From 72960b6ced31b4f11caed629bfa22bc765ae5069 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 13 Aug 2021 14:56:20 +0800 Subject: [PATCH] aa --- business/jxstore/act/act.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 09a5d9459..8b0193109 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -1977,7 +1977,7 @@ func RrefreshMtwmVendorAct() (err error) { } ) //直接做删除,把新的加进来 - dao.ExecuteSQL(db, `TRUNCATE act_mtwm_vendor`, nil) + dao.ExecuteSQL(db, `TRUNCATE act_mtwm_vendor`) storeMaps, _ := dao.GetStoresMapList(db, []int{model.VendorIDMTWM}, []int{668023}, []int{model.StoreStatusOpened, model.StoreStatusHaveRest, model.StoreStatusClosed}, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "") task := tasksch.NewParallelTask("刷新美团活动", tasksch.NewParallelConfig().SetIsContinueWhenError(true), jxcontext.AdminCtx,