Subversion Repositories SmartDukaan

Rev

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

Rev 14909 Rev 14910
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 IN 
-
 
71
    	<foreach collection="ticketCategoryList" item="tkCategory" 
-
 
72
    			 index="index" open="(" close=")" separator=",">
-
 
73
    		#{tkCategory}
-
 
74
    	</foreach>
71
    </if>
75
    </if>
72
    </where>
76
    </where>
73
    ORDER BY creationTimestamp DESC
77
    ORDER BY creationTimestamp DESC
74
  </select>
78
  </select>
75
 
79