Subversion Repositories SmartDukaan

Rev

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

Rev 14908 Rev 14909
Line 65... Line 65...
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">
69
    <if test="notShowPmTickets != null">
70
        AND ticketCategory not like '%' PROFIT_'%'
70
        AND ticketCategory NOT like '%' 'PROFIT_' '%'
71
    </if>
71
    </if>
72
    </where>
72
    </where>
73
    ORDER BY creationTimestamp DESC
73
    ORDER BY creationTimestamp DESC
74
  </select>
74
  </select>
75
 
75