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