线上问题排查

dev
lisai17@sina.com 2021-06-22 20:59:03 +08:00
parent 1b38ecedf4
commit 56ae190ce9
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class CheckExceptionDataJob implements Job {
sync = tbyc.size(); sync = tbyc.size();
if (sync > 0) { if (sync > 0) {
content += "浠水砂石系统有 " + sync + " 条数据下发失败。"; content += "浠水砂石系统正式环境有 " + sync + " 条数据下发失败。";
log.debug("同步异常数据:%s", JSON.toJSONString(tbyc)); log.debug("同步异常数据:%s", JSON.toJSONString(tbyc));
} }