src/main/kotlin/cn/flightfeather/supervision/lightshare/web/LedgerController.kt
@@ -90,9 +90,9 @@ @ApiOperation("复制场景的台账") @PostMapping("/copy") fun copyLedger( @RequestParam("userId") userId: String, @RequestParam("time") time: String, @RequestBody copyLedgerList: List<CopyLedgerVo> @ApiParam("用户id") @RequestParam("userId") userId: String, @ApiParam("复制的目标月份") @RequestParam("time") time: String, @ApiParam("需要复制的源台账") @RequestBody copyLedgerList: List<CopyLedgerVo> ) = ledgerService.copyLedger(userId, time, copyLedgerList) @ApiOperation("审核台账")