|
@@ -14,7 +14,7 @@ import (
|
|
|
"github.com/xormplus/xorm"
|
|
|
)
|
|
|
|
|
|
-// DistributeFeedFormula 集团饲料配方下发
|
|
|
+// DistributeFeedFormula 接受集团饲料配方下发
|
|
|
func DistributeFeedFormula(pastureId int64, feedTemplateList []*models.FeedTemplate) error {
|
|
|
tx := restful.Engine.NewSession()
|
|
|
defer tx.Close()
|