caipin 3 년 전
부모
커밋
1eb84eb641
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      web/external/jl_bb.go

+ 2 - 2
web/external/jl_bb.go

@@ -102,8 +102,8 @@ func (c *JlBb) GetContract() {
 		return
 	}
 
-	data.BidsectionId = []string{"57", "58"}
-	data.Key = []string{"treeContracts", "contracts"}
+	// data.BidsectionId = []string{"57", "58"}
+	// data.Key = []string{"treeContracts", "contracts"}
 
 	JlService := services.NewJlService()
 	result := JlService.GetTableInfo(data, projectDetail.Id)