소스 검색

Merge branch 'feature/group_list' of xuyiping/kpt-tmr-group into release/v1.0.2

xuyiping 1 년 전
부모
커밋
38e3c30b85
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      http/handler/statistic/analysis.go

+ 1 - 0
http/handler/statistic/analysis.go

@@ -546,6 +546,7 @@ func FeedMixedAndTmrName(c *gin.Context) {
 	c.JSON(http.StatusOK, res)
 }
 
+// FeedTemplateHistory 配方修改记录
 func FeedTemplateHistory(c *gin.Context) {
 	var req operationPb.FeedTemplateHistoryRequest
 	if err := ginutil.BindProto(c, &req); err != nil {