提交 76b1c59c 作者: think

修改

上级 26c86407
......@@ -1616,6 +1616,12 @@ public class DeleteUpdateJobServiceImpl {
source.setHashResult(shash);
while (true) {
try {
if (source.getDatum() != null) {
String erdat2 = new StringBuffer(source.getDatum()).insert(4, "-").insert(7, "-").toString();
Date date = DateUtil.parse(erdat2);
source.setDatum1(date);
}
String crtdatum = source.getCrt_datum();
String crttime = source.getCrt_time();
if ("00000000".equals(crtdatum)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论