From 981656d583e04274b4d828dc77636243dc169b88 Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期二, 03 十二月 2024 16:00:06 +0800 Subject: [PATCH] 1. 新增BgTask状态修改函数:先修改状态后发送状态回调 2. WebSocketMessageDecoder 改名 WebSocketMessageParser --- src/main/kotlin/cn/flightfeather/supervision/lightshare/web/MediafileController.kt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/lightshare/web/MediafileController.kt b/src/main/kotlin/cn/flightfeather/supervision/lightshare/web/MediafileController.kt index 19ba7c5..47c5249 100644 --- a/src/main/kotlin/cn/flightfeather/supervision/lightshare/web/MediafileController.kt +++ b/src/main/kotlin/cn/flightfeather/supervision/lightshare/web/MediafileController.kt @@ -27,9 +27,9 @@ @ApiOperation("鏍规嵁涓氬姟绫诲瀷鑾峰彇鏂囦欢") @GetMapping("/{id}/{btid}") fun getBySubtaskId( - @ApiParam("宸℃煡id") @PathVariable iGuid: String, + @ApiParam("宸℃煡id") @PathVariable id: String, @ApiParam("鏂囦欢涓氬姟绫诲瀷id", allowableValues = "") @PathVariable btid: String, - ) = mediafileService.findBysubtaskbtid(iGuid, btid) + ) = mediafileService.findBysubtaskbtid(id, btid) @ApiOperation("鑾峰彇鎵�鏈変换鎰忔媿甯歌璁板綍鍥剧墖", notes = "閫氳繃宸℃煡璁板綍id鎴栧贰鏌ヤ换鍔d鑾峰彇瀵瑰簲鐨勬墍鏈変换鎰忔媿鍥剧墖锛屼袱涓弬鏁颁换閫夊叾涓�鍗冲彲") @GetMapping("/routine") -- Gitblit v1.9.3