From 563478572035e5e2542c5463761b46ee96f65257 Mon Sep 17 00:00:00 2001 From: tangwei Date: Fri, 3 Jul 2026 13:43:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=9B=BE=E5=B1=82?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/yfd/platform/qgc_sys/mapLayer/domain/MsMaplayerB.java | 4 ++++ .../yfd/platform/qgc_sys/mapLayer/entity/vo/MapLayerVo.java | 3 +++ .../platform/qgc_sys/mapLayer/mapper/MsMapmoduleBMapper.java | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/domain/MsMaplayerB.java b/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/domain/MsMaplayerB.java index 25904a0b..0e5740eb 100644 --- a/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/domain/MsMaplayerB.java +++ b/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/domain/MsMaplayerB.java @@ -181,6 +181,10 @@ public class MsMaplayerB implements Serializable { @TableField("LABEL_LEVEL") private Integer labelLevel; + /** 标签层级 */ + @TableField("ANCHOR_PARAM_JSON") + private String anchorParamJson; + /** 子级集合(非数据库字段) */ @TableField(exist = false) private List children; diff --git a/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/entity/vo/MapLayerVo.java b/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/entity/vo/MapLayerVo.java index 55c7ad5e..e3925657 100644 --- a/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/entity/vo/MapLayerVo.java +++ b/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/entity/vo/MapLayerVo.java @@ -64,6 +64,9 @@ public class MapLayerVo { @Schema(description = "参数json") private String paramJson; + @Schema(description = "参数ANCHOR_PARAM_JSON") + private String anchorParamJson; + @Schema(description = "排序") private String orderIndex; diff --git a/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/mapper/MsMapmoduleBMapper.java b/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/mapper/MsMapmoduleBMapper.java index 80126161..ee8da0e4 100644 --- a/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/mapper/MsMapmoduleBMapper.java +++ b/backend/src/main/java/com/yfd/platform/qgc_sys/mapLayer/mapper/MsMapmoduleBMapper.java @@ -23,7 +23,7 @@ public interface MsMapmoduleBMapper extends BaseMapper { * 查询地图图层树(关联MS_MAPMODULE_B与MS_MAPLAYER_B) */ @Select("