|
BaseDataService.syncLogService.delete(SFilter.and(SFilter.eq("modelId", model.id!!), SFilter.inList("type", arrayListOf("Wall", "VirtualWall", "Column"))))
|
|
BaseDataService.syncLogService.delete(SFilter.and(SFilter.eq("modelId", model.id!!), SFilter.inList("type", arrayListOf("Wall", "VirtualWall", "Column"))))
|
|
monitorService.endWriteLogExceptionally(model.id!!, "error:${e.message}, ${CommonService.getStackTrace(e)}")
|
|
monitorService.endWriteLogExceptionally(model.id!!, "error:${e.message}, ${CommonService.getStackTrace(e)}")
|