Pārlūkot izejas kodu

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

wukai 1 gadu atpakaļ
vecāks
revīzija
64542a81ee

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