소스 검색

增加系统配置接口

kobe6258 7 달 전
부모
커밋
a216f6d055
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      service/product/product_service.go

+ 1 - 0
service/product/product_service.go

@@ -307,6 +307,7 @@ func ProductList(productIds []int, templateUserId int, info page.PageInfo) (dtoL
 			productDTO.IsSubscribe = isSubscribeSignal(productDTO.Id, templateUserId)
 		}(&dtoList[i])
 	}
+	wg.Wait()
 	return
 }
 func RangeProductList() (productIdMap map[string][]int, err error) {