|
@@ -100,6 +100,9 @@
|
|
|
<if test="updateTime != null ">and UPDATE_TIME = #{updateTime}</if>
|
|
|
<if test="remark != null and remark != ''">and REMARK = #{remark}</if>
|
|
|
<if test="isDel != null and isDel != ''">and IS_DEL = #{isDel}</if>
|
|
|
+ <if test="params.tagId!=null and params.tagId!=''">and doc_id in(select doc_id from DOC_TAG_RELA where
|
|
|
+ tag_id=#{params.tagId})
|
|
|
+ </if>
|
|
|
</where>
|
|
|
</select>
|
|
|
|