From 8749f1d4be504427a2d1cd0f3e5c94b2d8f80322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 11 Nov 2020 08:46:34 +0800 Subject: [PATCH] dingshi --- business/jxstore/misc/misc.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 7458d1465..e8f813765 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -6,8 +6,6 @@ import ( "sync" "time" - "git.rosy.net.cn/jx-callback/business/jxstore/tempop" - "git.rosy.net.cn/jx-callback/business/partner/purchase/jdshop" "git.rosy.net.cn/baseapi/platformapi/jdapi" @@ -272,11 +270,6 @@ func Init() { ScheduleTimerFunc("RefreshUserMemberStatus", func() { cms.RefreshUserMemberStatus(jxcontext.AdminCtx) }, updateActStatusTimeList) - ScheduleTimerFunc("mtshaung11", func() { - tempop.UploadJdsImage(jxcontext.AdminCtx) - }, []string{ - "23:00:00", - }) } ScheduleTimerFunc("AutoSaleStoreSku", func() { cms.AutoSaleStoreSku(jxcontext.AdminCtx, nil, false)