nidapeng
2024-04-09 3fee8832ca52667b26f702255677d62775ce5cd6
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));
    }