浏览代码

圣牧自动补料

baishaojie 2 天之前
父节点
当前提交
49c140cc1b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      http/handle/api/ops.go

+ 1 - 1
http/handle/api/ops.go

@@ -10700,7 +10700,7 @@ func FpdBatchEditGrfd(pastureid string, barList []map[string]string) {
 		// 	and find_in_set(barid,(select barid from feedp where id = ? )) `, pastureid, pastureid, ftmap["times"], id).Execute()
 		// 	if err != nil {
 		// 		tx.Rollback()
-		// 		logs.Error(err)
+		// 	logs.Error(err)
 		// 		appG.Response(http.StatusInternalServerError, e.ERROR, err)
 		// 		return
 		// 	}