Explorar o código

shengmu:云养牛上传更新

baishaojie hai 2 semanas
pai
achega
e9e02dd111
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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
 		}
 	}
 }
+
+
+