Browse Source

tmr: 接受集团配方下发

Yi 1 year ago
parent
commit
d2a8a17c3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      module/group.go

+ 1 - 1
module/group.go

@@ -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()