Przeglądaj źródła

shengmu:云养牛上传更新

baishaojie 2 tygodni temu
rodzic
commit
e9e02dd111
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      http/handle/api/scheduled.go

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

@@ -1117,7 +1117,6 @@ func manualUdData(pastureinfo *udPastureInfo) {
 		up.Where("company = ? ", "ud")
 		up.Where("datatype in(3,4,1)")
 		// up.Where("datatype in (8)")
-		// up.Where("automatic = '1'")
 		err = up.Find(&upList)
 		if err != nil {
 			logging.Error("manualUdData-error-2: ", err)
@@ -2276,3 +2275,6 @@ func getTFeedRecipesKind(finalData []*gofasion.Fasion, tx *xorm.Session, pasture
 		}
 	}
 }
+
+
+