@@ -35,6 +35,7 @@
<include refid="selectDocFavoriteVo"/>
<where>
<if test="isFolder != null and isFolder != ''">and IS_FOLDER = #{isFolder}</if>
+ <if test="labelId != null and labelId != ''">and LABEL_ID = #{labelId}</if>
</where>
</select>