Commit 09c189e5 authored by 赵啸非's avatar 赵啸非

修改通知去重复

parent 46a64466
......@@ -55,7 +55,7 @@ public class MeetSwitchTaskImpl implements ITaskExcuteService {
log.debug("会议室切换状态");
BasicSetEntity basicSetEntity = basicSetService.selectOne(new BasicSetEntity());
if (!ObjectUtils.isEmpty(basicSetEntity)) {
if (ObjectUtils.isEmpty(basicSetEntity)) {
log.info("基础未配置");
return;
}
......
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