|
@@ -12,11 +12,12 @@
|
|
|
<result column="name" property="name" />
|
|
<result column="name" property="name" />
|
|
|
<result column="equity_type" property="equityType" />
|
|
<result column="equity_type" property="equityType" />
|
|
|
<result column="sort" property="sort" />
|
|
<result column="sort" property="sort" />
|
|
|
|
|
+ <result column="is_hide" property="isHide" />
|
|
|
|
|
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
<select id="selectByList" resultType="com.kxs.user.api.vo.kxsapp.userLevel.UserEquityListVO">
|
|
<select id="selectByList" resultType="com.kxs.user.api.vo.kxsapp.userLevel.UserEquityListVO">
|
|
|
select * from kxs_user_equity
|
|
select * from kxs_user_equity
|
|
|
- where del_flag = 0
|
|
|
|
|
|
|
+ where del_flag = 0 and is_hide = 0
|
|
|
order by sort asc
|
|
order by sort asc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|