|
@@ -89,6 +89,7 @@
|
|
|
<result property="name" column="name"/>
|
|
|
<result property="parentId" column="parent_id"/>
|
|
|
<result property="type" column="type"/>
|
|
|
+ <result property="symbol" column="symbol"/>
|
|
|
<result property="symbolName" column="symbolName"/>
|
|
|
<collection property="standardInfos" ofType="org.springblade.business.vo.StandardInfoConditionVo" select="findByJoinLeftId" column="{leftId=id}">
|
|
|
</collection>
|
|
@@ -172,6 +173,7 @@
|
|
|
<result property="name" column="name"/>
|
|
|
<result property="parentId" column="parent_id"/>
|
|
|
<result property="type" column="type"/>
|
|
|
+ <result property="symbol" column="symbol"/>
|
|
|
<result property="symbolName" column="symbolName"/>
|
|
|
<collection property="group" ofType="org.springblade.business.vo.StandardInfoPrivateJoinGroupVO" select="findByPrivateJoinLeftId" column="{leftId=id}">
|
|
|
</collection>
|