src/main/kotlin/cn/flightfeather/supervision/lightshare/service/Impl/UserinfoServiceImpl.kt
@@ -133,7 +133,7 @@ val path = "accounts/$userId/" try { //调用文件保存方法 FileUtil().uploadFile(file.bytes, basePath + path, fileName!!) FileUtil.uploadFile(file.bytes, basePath + path, fileName!!) } catch (e: Exception) { e.printStackTrace() }