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