@@ -543,6 +543,10 @@ class AdmRepository(
it.state = 2
problemEquipDao.insProblem(it)
}
+ areas.forEach {
+ it.state = 2
+ serveAreaDao.insertArea(it)
+ }
} catch (e: Exception) {