feiyu02
2025-09-30 6904763f0e74d9a9fa4dbc39f635d2aee39416c6
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/Impl/MediafileServiceImpl.kt
@@ -79,7 +79,7 @@
                val filePath = "D:/02product/04supervision/images/$path/"
                try {
                    //调用文件保存方法
                    FileUtil().uploadFile(image.bytes, filePath, fileName!!)
                    FileUtil.uploadFile(image.bytes, filePath, fileName!!)
                } catch (e: Exception) {
                    // TODO: handle exception
                }