Explorar el Código

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

wukai hace 1 año
padre
commit
64542a81ee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>