|
@@ -337,7 +337,7 @@ public class RtkAccountServiceImpl extends ServiceImpl<IRtkAccountMapper, RtkAcc
|
|
try {
|
|
try {
|
|
failureTime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse(failureTimeStr);
|
|
failureTime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse(failureTimeStr);
|
|
} catch (ParseException e) {
|
|
} catch (ParseException e) {
|
|
- errorIndex.add(index -3);
|
|
|
|
|
|
+ //errorIndex.add(index -3);
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
}
|
|
}
|