liyong
10 天以前 2d03ec79e1892248b520cf097e8a58dd82a4892f
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);