矩阵标签查询增加描述字段返回

This commit is contained in:
1378012178@qq.com 2026-01-21 17:07:23 +08:00
parent 9195930833
commit f070ecb9c0
2 changed files with 4 additions and 0 deletions

View File

@ -90,4 +90,7 @@ public class ElderTagPlan implements Serializable {
/**选中状态*/ /**选中状态*/
@TableField(exist = false) @TableField(exist = false)
private String izSelected; private String izSelected;
/**说明*/
@TableField(exist = false)
private String describ;
} }

View File

@ -10,6 +10,7 @@
a.id as tagId, a.id as tagId,
a.type as tagType, a.type as tagType,
a.tag_name as tagName, a.tag_name as tagName,
a.describ as describ,
a.pic as pic, a.pic as pic,
a.pic_focus as picFocus, a.pic_focus as picFocus,
a.sys_org_code as sysOrgCode, a.sys_org_code as sysOrgCode,