|
@@ -460,7 +460,7 @@ public class CameraUtil {
|
|
|
String fName = f.getName();
|
|
|
log.info("fName======================================" + fName);
|
|
|
String[] split = fName.split("_");
|
|
|
- if (split.length > 0) {
|
|
|
+ if (split.length > 1) {
|
|
|
//20230328
|
|
|
String s = split[0];
|
|
|
Date parse = sdf.parse(s);
|