소스 검색

修改根据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>