jiangping
2024-05-07 529d0b8982cf30f57ba7e366c0f822c1d82c0b69
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));
    }