Commit 70f292b7 by 李小龙

fix: 新增租户异常

parent ab35a4ef
...@@ -210,9 +210,10 @@ public class PlatAlarmConfigServiceImpl extends ServiceImpl<PlatAlarmConfigMappe ...@@ -210,9 +210,10 @@ public class PlatAlarmConfigServiceImpl extends ServiceImpl<PlatAlarmConfigMappe
}); });
saveBatch(configList); saveBatch(configList);
alarmConfigUtil.putAll(configList);
}); });
alarmConfigUtil.putAll(configList);
} }
@Override @Override
......
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 sign in to comment