소스 검색

解决文档分享获取已选择人员时的BUG。

wukai 1 년 전
부모
커밋
64542a81ee
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc-biz/src/main/resources/mapper/biz/DocShareMapper.xml

+ 1 - 0
doc-biz/src/main/resources/mapper/biz/DocShareMapper.xml

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