Prechádzať zdrojové kódy

修改根据labelID获取收藏列表接口

wukai 1 rok pred
rodič
commit
0dd92c7a58

+ 1 - 0
doc-biz/src/main/resources/mapper/biz/DocFavoriteMapper.xml

@@ -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>