xx
孔祥富
2021-03-09 18f8df401b74deec5c1ef552b2b1c7fa89cd9cb6
febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/controller/EmpAccessoryController.java
@@ -127,4 +127,16 @@
            throw new FebsException(message);
        }
    }
    @PostMapping("autoInstall")
    public void autoInstall(  String fileids) throws FebsException {
        try {
            this.empAccessoryService.autoInstall(fileids);
        } catch (Exception e) {
            String message = "插入文件失败";
            log.error(message, e);
            throw new FebsException(message);
        }
    }
}