浏览代码

fix:行业趋势修改

duxin 1 年之前
父节点
当前提交
69e514c526
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/jfw/timetask/timetask.go

+ 0 - 4
src/jfw/timetask/timetask.go

@@ -5,7 +5,6 @@ import (
 	"app.yhyue.com/moapp/jypkg/public"
 	"fmt"
 	"jy/src/jfw/config"
-    "jy/src/jfw/front"
     "jy/src/jfw/nodemgr"
 	"log"
 	"math"
@@ -59,9 +58,6 @@ func updateHotKeys() {
 		}
 	})
 
-    c.AddFunc("0 0 1 1,4,7,10 * *", func() {
-        front.BiddingTrend(time.Now().AddDate(0,-3,0).Unix(),time.Now().Unix())
-    })
 	c.Start()
 	defer c.Stop()
 	chan bool(nil) <- true