From d01007c6a19e4be14cdf0cf22788f0307c92e20d Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Fri, 2 Feb 2024 19:10:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E6=8F=92=E4=BB=B6=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=88=97=E8=A1=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1035106 --user=宋昌昌 【系统设置】系统-插件管理-插件列表更新时间-编辑插件后更新时间未更新 https://www.tapd.cn/55049933/s/1459486 --- .../plugin/platform/dto/reponse/PlatformDemandDTO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/framework/plugin/plugin-platform-sdk/src/main/java/io/metersphere/plugin/platform/dto/reponse/PlatformDemandDTO.java b/backend/framework/plugin/plugin-platform-sdk/src/main/java/io/metersphere/plugin/platform/dto/reponse/PlatformDemandDTO.java index 8d076fc3fd..28ad404316 100644 --- a/backend/framework/plugin/plugin-platform-sdk/src/main/java/io/metersphere/plugin/platform/dto/reponse/PlatformDemandDTO.java +++ b/backend/framework/plugin/plugin-platform-sdk/src/main/java/io/metersphere/plugin/platform/dto/reponse/PlatformDemandDTO.java @@ -15,7 +15,7 @@ public class PlatformDemandDTO { /** * 需求列表数据 */ - private List demandList; + private List list; @Data public static class Demand {