浏览代码

解决获取已选择的组组成员 错误的BUG。

wukai 2 年之前
父节点
当前提交
f6f0677f18
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc-biz/src/main/resources/mapper/biz/DocDirUserMapper.xml

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

@@ -37,6 +37,7 @@
     <select id="selectDocDirUserList" parameterType="DocDirUser" resultMap="DocDirUserResult">
         <include refid="selectDocDirUserVo"/>
         <where>
+            <if test="dirId != null">and DIR_ID = #{dirId} </if>
             <if test="isManager != null  and isManager != ''">and IS_MANAGER = #{isManager}</if>
         </where>
     </select>