liyong
2026-04-29 844cae1a3be7bd2fbf8803a7ee33b0622208de05
src/main/java/com/ruoyi/sales/controller/SalesLedgerController.java
@@ -185,7 +185,7 @@
        salesLedgerService.exportProcessContract(id);
    }
    @GetMapping("/importSalsesLedger")
    @PostMapping("/importSalsesLedger")
    @ApiOperation("阳光导入销售台账新")
    public AjaxResult importSalsesLedger( MultipartFile file) {
        return salesLedgerService.importSalsesLedger(file);