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