|
|
@@ -76,7 +76,7 @@
|
|
76
|
76
|
<if test="callerNumber != null and callerNumber !='' ">
|
|
77
|
77
|
and CALLNUMBER LIKE '%' || #{callerNumber} || '%'
|
|
78
|
78
|
</if>
|
|
79
|
|
- <if test="callType != null and callType !='' ">
|
|
|
79
|
+ <if test="callType != null ">
|
|
80
|
80
|
and CALLTYPE = #{callType}
|
|
81
|
81
|
</if>
|
|
82
|
82
|
<if test="employeeName != null and employeeName !='' ">
|
|
|
@@ -153,7 +153,7 @@
|
|
153
|
153
|
<if test="callerNumber != null and callerNumber !='' " >
|
|
154
|
154
|
and CALLNUMBER LIKE '%' || #{callerNumber} || '%'
|
|
155
|
155
|
</if>
|
|
156
|
|
- <if test="callType != null and callType !='' " >
|
|
|
156
|
+ <if test="callType != null " >
|
|
157
|
157
|
and CALLTYPE = #{callType}
|
|
158
|
158
|
</if>
|
|
159
|
159
|
<if test="employeeName != null and employeeName !='' " >
|