mirror of
https://github.com/ctripcorp/zeus.git
synced 2024-11-11 01:24:27 +08:00
fix
This commit is contained in:
parent
284f97a70f
commit
dc647cf5b6
1 changed files with 2 additions and 2 deletions
|
@ -138,11 +138,11 @@ public class HealthCheckStatusServiceImpl implements HealthCheckStatusService {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (updateStatusItems.size() > 0) {
|
||||
}
|
||||
if (updateStatusItems.size() > 0) {
|
||||
logger.info("[HealthCheckStatusService] start update status. size : " + updateStatusItems.size());
|
||||
statusService.updateStatus(updateStatusItems);
|
||||
logger.info("[HealthCheckStatusService] end update status. size : " + updateStatusItems.size());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue