瀏覽代碼

增加系统配置接口

kobe6258 4 月之前
父節點
當前提交
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) {