Subversion Repositories SmartDukaan

Rev

Rev 4241 | Rev 14899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4241 Rev 14898
Line 64... Line 64...
64
        <foreach collection="ticketAssigneeIds" item="ticketAssigneeId"
64
        <foreach collection="ticketAssigneeIds" item="ticketAssigneeId"
65
                 index="index" open="(" close=")" separator=",">
65
                 index="index" open="(" close=")" separator=",">
66
            #{ticketAssigneeId}
66
            #{ticketAssigneeId}
67
        </foreach>
67
        </foreach>
68
    </if>
68
    </if>
-
 
69
    <if test="notShowPmTickets != null">
-
 
70
        AND ticketCategory not like '%' PROFIT_ '%' 
-
 
71
    </if>
69
    </where>
72
    </where>
70
    ORDER BY creationTimestamp DESC
73
    ORDER BY creationTimestamp DESC
71
  </select>
74
  </select>
72
 
75
 
73
  <update id="markAsRead" parameterType="long">
76
  <update id="markAsRead" parameterType="long">