src/main/kotlin/cn/flightfeather/supervision/lightshare/web/NightConstructionController.kt
@@ -37,7 +37,7 @@
        @RequestParam recordId: Int,
        @RequestParam(required = false) userId: String?,
        @RequestParam(required = false) sceneId: String?,
    ) = resPack { nightConstructionService.updateRecord(recordId, userId, sceneId) }
    ) = nightConstructionService.updateRecord(recordId, userId, sceneId)
    @GetMapping("/summary")
    fun getSummary(