@@ -36,6 +36,7 @@
<include refid="selectDocShareVo"/>
<where>
<if test="userName != null and userName != ''">and USER_NAME like concat('%', #{userName}, '%')</if>
+ <if test="docId != null ">and DOC_ID=#{docId}</if>
</where>
</select>