1
This commit is contained in:
@@ -160,6 +160,7 @@ func IsImportantTaskRunning(taskName string) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Init() {
|
func Init() {
|
||||||
|
globals.SugarLogger.Debug("-----------------30s跑一次", time.Now(),globals.IsProductEnv())
|
||||||
if globals.IsProductEnv() {
|
if globals.IsProductEnv() {
|
||||||
//ScheduleTimerFunc("doDailyWork2", doDailyWork2, dailyWorkTimeList2)
|
//ScheduleTimerFunc("doDailyWork2", doDailyWork2, dailyWorkTimeList2)
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import (
|
|||||||
func GetOrderRiderInfoToPlatform(orderId string) {
|
func GetOrderRiderInfoToPlatform(orderId string) {
|
||||||
globals.SugarLogger.Debug("==========GetOrderRiderInfoToPlatform", time.Now())
|
globals.SugarLogger.Debug("==========GetOrderRiderInfoToPlatform", time.Now())
|
||||||
params := make(map[string]interface{}, 0)
|
params := make(map[string]interface{}, 0)
|
||||||
params["statuss"] = []string{"20"}
|
params["statuss"] ="[20]"
|
||||||
params["isDateFinish"] = false
|
params["isDateFinish"] = false
|
||||||
params["isIncludeFake"] = true
|
params["isIncludeFake"] = true
|
||||||
params["mustInvoice"] = false
|
params["mustInvoice"] = false
|
||||||
|
|||||||
Reference in New Issue
Block a user