|
|
@@ -1096,7 +1096,7 @@ func processAnalysisEarlyWarning(target []string, pastureId string, serviceId in
|
|
|
|
|
|
func manualUdData(pastureinfo *udPastureInfo) {
|
|
|
c := cron.New()
|
|
|
- c.AddFunc("30 16 * * *", func() {
|
|
|
+ c.AddFunc("30 07 * * *", func() {
|
|
|
// fmt.Println(time.Now(),"testtesttesttesttesttesttesttest")
|
|
|
tx := restful.Engine.NewSession()
|
|
|
defer tx.Close()
|