线上问题排查
parent
1b38ecedf4
commit
56ae190ce9
|
|
@ -62,7 +62,7 @@ public class CheckExceptionDataJob implements Job {
|
|||
sync = tbyc.size();
|
||||
|
||||
if (sync > 0) {
|
||||
content += "浠水砂石系统有 " + sync + " 条数据下发失败。";
|
||||
content += "浠水砂石系统正式环境有 " + sync + " 条数据下发失败。";
|
||||
|
||||
log.debug("同步异常数据:%s", JSON.toJSONString(tbyc));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue