cy
2023-11-30 2f11612bdd59deca9c6f5e2f06f837dcd1a4f807
consum-base/src/main/java/com/consum/base/controller/LWhFormProcureController.java
@@ -424,7 +424,7 @@
    @GetMapping("/list/export")
    public void export(Long id, HttpServletResponse response) throws IOException {
        TemplateExportParams params = new TemplateExportParams(
            "import/采购入库单.xlsx");
            "import/采购入库单.xls");
        FinSysTenantUser sysInfo = this.getSysInfo();
        String userName = sysInfo.getUserName();