Explorar o código

相机文件修改权限

hexiao %!s(int64=2) %!d(string=hai) anos
pai
achega
66d8a9b19b

+ 2 - 2
hazard-admin/src/main/java/com/ozs/web/core/util/CameraUtil.java

@@ -265,8 +265,8 @@ public class CameraUtil {
         }
         //删除生成的ts文件
         for (String filePath : voidTS) {
-            File file = new File(filePath);
-            file.delete();
+            File filet = new File(filePath);
+            filet.delete();
             pr.destroy();
         }
     }