From a915c14dafebeb823294935755b6646a2ca76ff9 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期六, 04 十一月 2023 17:41:19 +0800 Subject: [PATCH] 参数 --- mes-basic/src/main/resources/mapper/ParamMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mes-basic/src/main/resources/mapper/ParamMapper.xml b/mes-basic/src/main/resources/mapper/ParamMapper.xml index 46de6bd..7a69747 100644 --- a/mes-basic/src/main/resources/mapper/ParamMapper.xml +++ b/mes-basic/src/main/resources/mapper/ParamMapper.xml @@ -38,6 +38,7 @@ <result property="index" column="index"/> <result property="paramValue" column="param_value"/> <result property="defaultValue" column="default_value"/> + <result property="parentId" column="parent_id"/> <result property="dict" column="dict"/> <collection property="sysDictItemList" ofType="com.chinaztt.ztt.admin.api.entity.SysDictItem" column="dict" select="com.chinaztt.mes.basic.mapper.ParamMapper.getDict"> -- Gitblit v1.9.3