buhuazhen
8 天以前 aeb7d490c7fa55ae4861a43d256a5a9cf649d39c
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)