矩阵标签查询增加描述字段返回
This commit is contained in:
parent
9195930833
commit
f070ecb9c0
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue