nidapeng
2024-04-07 caf95e2d7c02d5c6b623539c3835b43902de7d7d
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));
    }