Commit bec3b53b authored by 郝彦辉's avatar 郝彦辉

日志修改优化

parent a851b945
......@@ -76,7 +76,6 @@ public class RoutineWorkTask {
if (StringUtils.isNotEmpty(ip) && (StringUtils.equalsAnyIgnoreCase(ip, "172.21.10.8", "172.17.0.122"))) {
Stopwatch stopwatch = Stopwatch.createStarted();
//yyyyMMdd
//2020.03.19 本来今天查看今天的反馈日志(今天反馈日志是昨天05:00报送的),但最近百行反馈日志一直延迟1天
String newDatenyr = getNewDatenyr();
......@@ -98,7 +97,6 @@ public class RoutineWorkTask {
String isProduct = "true";
String errorCode = "D3_035,";//以后发现其他错误code,可以追加
try {
Stopwatch stopwatch1 = Stopwatch.createStarted();
......@@ -192,7 +190,7 @@ public class RoutineWorkTask {
Thread.sleep(3 * 1000);//3秒
} catch (Exception e) {
log.info("(众信利民助贷)重新报送A1异常, newTime: {} , newDatenyr: {} ", LocalDateTime.now(), newDatenyr, e);
log.error("(众信利民助贷)重新报送A1异常, newTime: {} , newDatenyr: {} ", LocalDateTime.now(), newDatenyr, e);
dingTalk.talk_ToUser("ZXLM助贷-重新报送 A1 异常", "(" + newDatenyr + ") A1报送异常,请尽快查看处理!");
}
}
......@@ -210,7 +208,7 @@ public class RoutineWorkTask {
Thread.sleep(10 * 1000);//10秒
} catch (Exception e) {
log.info("(众信利民助贷)重新报送D2异常, newTime: {} , newDatenyr: {} ", LocalDateTime.now(), newDatenyr, e);
log.error("(众信利民助贷)重新报送D2异常, newTime: {} , newDatenyr: {} ", LocalDateTime.now(), newDatenyr, e);
dingTalk.talk_ToUser("ZXLM助贷-重新报送 D2 异常", "(" + newDatenyr + ") D2报送异常,请尽快查看处理!");
}
}
......@@ -226,7 +224,7 @@ public class RoutineWorkTask {
} catch (Exception e) {
log.info("(众信利民助贷)重新报送D3异常, newTime: {} , newDatenyr: {} ", LocalDateTime.now(), newDatenyr, e);
log.error("(众信利民助贷)重新报送D3异常, newTime: {} , newDatenyr: {} ", LocalDateTime.now(), newDatenyr, e);
dingTalk.talk_ToUser("ZXLM助贷-重新报送 D3 异常", "(" + newDatenyr + ") D3报送异常,请尽快查看处理!");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment