瀏覽代碼

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

wukai 1 年之前
父節點
當前提交
0dd92c7a58
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc-biz/src/main/resources/mapper/biz/DocFavoriteMapper.xml

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