feiyu02
2022-07-28 e844ef2fdab88508e7dff4bb9e7b1632fcce15b2
src/main/kotlin/cn/flightfeather/supervision/datafetch/FetchNightConstruction.kt
@@ -90,7 +90,11 @@
                            nightConstruction.ncSceneId = r.ncSceneId
                        }
                        if (isEmpty()) {
                            nightConstructionMapper.insert(nightConstruction)
                            try {
                                nightConstructionMapper.insert(nightConstruction)
                            } catch (e: Exception) {
                                e.printStackTrace()
                            }
                        }
                    }
                }