Browse Source

增加系统配置接口

kobe6258 4 months ago
parent
commit
a216f6d055
1 changed files with 1 additions and 0 deletions
  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) {