buhuazhen
2026-06-02 37e17957e82ea4263298b9651eb70dd1e093584e
src/main/java/com/ruoyi/sales/controller/SalesLedgerController.java
@@ -185,7 +185,14 @@
        salesLedgerService.exportProcessContract(id);
    }
    /**
    @PostMapping("/importSalsesLedger")
    @ApiOperation("阳光导入销售台账新")
    public AjaxResult importSalsesLedger( MultipartFile file) {
        return salesLedgerService.importSalsesLedger(file);
    }
    /**w
     * 新增修改销售台账
     */
    @Log(title = "销售台账", businessType = BusinessType.INSERT)