소스 검색

网关关联

sixian 2 년 전
부모
커밋
b9ee195d8e
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      app/device/service/gatewayService.go

+ 1 - 3
app/device/service/gatewayService.go

@@ -108,9 +108,7 @@ func (s *gatewayService) List(searchValue string, current, size int) ([]model.Ga
 
 		fmt.Printf("d.ID = %v", d.ID)
 		//查数据
-		relation2 := dao.GatewayRelation{
-			id
-		}
+		relation2 := dao.GatewayRelation{}
 		relation2.Update(int64(d.ID)) //临时 处理
 
 		if relation != nil {