|
@@ -15,7 +15,6 @@ import (
|
|
|
"time"
|
|
|
|
|
|
"tmr-watch/conf/setting"
|
|
|
- "tmr-watch/http/handle/gm"
|
|
|
"tmr-watch/http/handle/restful"
|
|
|
"tmr-watch/pkg/app"
|
|
|
"tmr-watch/pkg/e"
|
|
@@ -134,7 +133,7 @@ func CronScheduled(ctx context.Context) {
|
|
|
|
|
|
//
|
|
|
// //圣牧自动同步前天有进行中的任务
|
|
|
- // manualUdData(pastureinfo)
|
|
|
+ manualUdData(pastureinfo)
|
|
|
|
|
|
//现代牧业sap同步
|
|
|
// xdmy := cron.New()
|
|
@@ -146,7 +145,7 @@ func CronScheduled(ctx context.Context) {
|
|
|
//光明ud同步
|
|
|
// gm.UdFeedSync(pastureinfo.Pastureid)
|
|
|
|
|
|
- gm.UdBarFeedRemainPush(pastureinfo.Pastureid)
|
|
|
+ // gm.GmUdSync(pastureinfo.Pastureid, pastureinfo.Werks)
|
|
|
|
|
|
}
|
|
|
|