04-30-2014 02:33 AM
<when test="bothCandidateAndAssigned">
<if test="userIdForCandidateAndAssignee != null">
and (RES.ASSIGNEE_ = #{userIdForCandidateAndAssignee} or (RES.ASSIGNEE_ is null and I.USER_ID_ = #{userIdForCandidateAndAssignee} or I.GROUP_ID_ IN (select g.GROUP_ID_ from ACT_ID_MEMBERSHIP g where g.USER_ID_ = #{userIdForCandidateAndAssignee} ) ) )
</if>
</when>
<when test="bothCandidateAndAssigned">
<if test="userIdForCandidateAndAssignee != null">
and (RES.ASSIGNEE_ = #{userIdForCandidateAndAssignee} or (RES.ASSIGNEE_ is null and I.USER_ID_ = #{userIdForCandidateAndAssignee} or (RES.ASSIGNEE_ is null and I.GROUP_ID_ IN (select g.GROUP_ID_ from ACT_ID_MEMBERSHIP g where g.USER_ID_ = #{userIdForCandidateAndAssignee} ) ) ) )
</if>
</when>
04-30-2014 02:56 AM
05-02-2014 09:12 AM
05-05-2014 03:47 AM
05-27-2014 03:12 AM
07-17-2014 09:13 AM
07-21-2014 06:09 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.