Преглед на файлове

增加系统配置接口

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) {