This commit is contained in:
suyl
2021-08-13 14:56:20 +08:00
parent 885a5e885b
commit 72960b6ced

View File

@@ -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,