瀏覽代碼

圣牧自动补料

baishaojie 2 天之前
父節點
當前提交
34a6ee81e5
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      http/handle/api/scheduled.go

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

@@ -96,7 +96,6 @@ func CronScheduled(ctx context.Context) {
 			if _, ok := data["user"]; ok {
 				openIdList = strings.Split(data["user"].(string), ",")
 			}
-
 			if data["function"].(string) == "inventoryWarning" {
 				if len(openIdList) > 0 {
 					inventoryWarning(openIdList, pastureinfo.Pastureid, data["id"].(int64))