Parcourir la source

Merge branch 'feature/eta_forum3_chart_classify' into debug

xyxie il y a 1 semaine
Parent
commit
64bb0e0a2e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      services/eta_forum/eta_forum_hub.go

+ 2 - 0
services/eta_forum/eta_forum_hub.go

@@ -47,6 +47,7 @@ type ChartSaveLibResp struct {
 }
 
 type AddEdbDataReq struct {
+	EdbInfoId int
 	EdbCode  string
 	EdbType  int
 	DataList []*data_manage.EdbDataBase
@@ -389,6 +390,7 @@ func GetEdbListByEdbInfoId(edbInfoIds []int, isGetEdbData bool) (edbInfoList []*
 			}
 
 			tmp := new(AddEdbDataReq)
+			tmp.EdbInfoId = v.EdbInfoId
 			tmp.EdbCode = v.EdbCode
 			tmp.EdbType = v.EdbType
 			tmp.DataList = dataList