|
@@ -57,7 +57,7 @@ public class ZijinDuplicateInsuranceComponents {
|
|
|
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
return simpleDateFormat.format(dateFormat.parse(m.group(1)));
|
|
return simpleDateFormat.format(dateFormat.parse(m.group(1)));
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
- throw new SystemException("时间转换格式失败");
|
|
|
|
|
|
|
+ throw new SystemException(message);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|