manage/src/main/java/com/jilongda/manage/controller/TInventoryController.java
@@ -94,7 +94,7 @@ } @ApiOperation(value = "镜架-根据品牌id查询对应库存") @GetMapping(value = "/getCountByBrandId") @PostMapping(value = "/getCountByBrandId") public ApiResult getCountByBrandId(Integer id,Integer storeId) { List<Integer> collect = modelService.lambdaQuery().eq(TModel::getBrandId, id) .list().stream().map(TModel::getId).distinct().collect(Collectors.toList());