Explorar el Código

增加系统配置接口

kobe6258 hace 4 meses
padre
commit
a216f6d055
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {