Explorar el Código

圣牧自动补料

baishaojie hace 2 días
padre
commit
fc395485e0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      http/handle/api/scheduled.go

+ 1 - 0
http/handle/api/scheduled.go

@@ -91,6 +91,7 @@ func CronScheduled(ctx context.Context) {
 			logs.Error("CronScheduled-error-5:", err)
 			return
 		}
+		
 		for _, data := range dataList {
 			var openIdList []string
 			if _, ok := data["user"]; ok {