|
@@ -438,7 +438,7 @@ public class CameraUtil {
|
|
|
calendar.add(Calendar.DAY_OF_YEAR, -45);
|
|
|
}
|
|
|
date = calendar.getTime();
|
|
|
- log.info("date======================================" + sdf.format(date));
|
|
|
+ log.info("过期date======================================" + sdf.format(date));
|
|
|
|
|
|
File file = new File(transcribeFilePath);
|
|
|
log.info("file.Name()======================================" + file.getName());
|
|
@@ -449,7 +449,6 @@ public class CameraUtil {
|
|
|
if (!ObjectUtils.isEmpty(files) && files.length > 0) {
|
|
|
for (File file1 : files) {
|
|
|
|
|
|
- log.info("file1.Name()======================================" + file1.getName());
|
|
|
if (file1.exists() && file1.isDirectory()) {
|
|
|
|
|
|
File[] fs = file1.listFiles();
|
|
@@ -458,9 +457,9 @@ public class CameraUtil {
|
|
|
|
|
|
|
|
|
String fName = f.getName();
|
|
|
- log.info("fName======================================" + fName);
|
|
|
String[] split = fName.split("_");
|
|
|
if (split.length > 1) {
|
|
|
+ log.info("遍历文件===========================" + fName);
|
|
|
|
|
|
String s = split[0];
|
|
|
Date parse = sdf.parse(s);
|