jiangping
2024-05-17 fb7eaacbfbbcc9ac376735586c0ee0aae32f5384
server/shop/src/main/java/com/doumee/api/business/ApplyChangeController.java
@@ -119,7 +119,7 @@
    @PostMapping("/list")
    @RequiresPermissions("business:applychange:query")
    public ApiResponse<List<ApplyChange>> list (@RequestBody ApplyChange applyChange) {
        return ApiResponse.success(applyChangeService.findList(applyChange));
        return ApiResponse.success(applyChangeService.findListForCompany(applyChange));
    }