Просмотр исходного кода

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

wukai 1 год назад
Родитель
Сommit
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>