src/main/kotlin/cn/flightfeather/supervision/lightshare/web/NightConstructionController.kt
@@ -32,6 +32,13 @@ @RequestParam("id") id: Int ) = nightConstructionService.signFile(userId, fileNum, id) @PostMapping("/record") fun updateRecord( @RequestParam recordId: Int, @RequestParam(required = false) userId: String?, @RequestParam(required = false) sceneId: String?, ) = resPack { nightConstructionService.updateRecord(recordId, userId, sceneId) } @GetMapping("/summary") fun getSummary( @RequestParam(value = "cityCode", required = false) cityCode: String?,