2026-04-23 a1b154bfd4c5e138d964e1bfdc5a2bcac1e25488
src/main/java/com/ruoyi/purchase/controller/AccountingReportController.java
@@ -20,7 +20,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletResponse;
import jakarta.servlet.http.HttpServletResponse;
import java.util.List;
@RestController
@@ -29,7 +29,6 @@
@AllArgsConstructor
public class AccountingReportController {
    @Autowired
    private IInvoicePurchaseService invoicePurchaseService;
    @GetMapping("/list")