|
|
@@ -56,7 +56,9 @@ public class HospitalFinishMonitorConfigHandler extends AbstractHospitalConfigHa
|
|
|
public void handler(BusDeviceRunningEntity source) {
|
|
|
FunctionFinishMonitorConfig config = this.getConfig().as(FunctionFinishMonitorConfig.class);
|
|
|
if(config==null||!Boolean.TRUE.equals(config.isEnable())||Objects.isNull(config.getShutDownInterval())){
|
|
|
- log.warn("医院id:{},配置名称:{},不存在",hospitalId,getId().getDescription());
|
|
|
+ if(log.isDebugEnabled()){
|
|
|
+ log.debug("医院id:{},配置名称:{},不存在",hospitalId,getId().getDescription());
|
|
|
+ }
|
|
|
return;
|
|
|
}
|
|
|
judgeShutdownAutoFinish(source,config);
|