|
@@ -144,7 +144,7 @@
|
|
and a.recipient_id = #{searchParams.recipientId}
|
|
and a.recipient_id = #{searchParams.recipientId}
|
|
</if>
|
|
</if>
|
|
<if test="searchParams.recipientIdAndNull != null">
|
|
<if test="searchParams.recipientIdAndNull != null">
|
|
- and (a.recipient_id = #{searchParams.recipientId}
|
|
|
|
|
|
+ and (a.recipient_id = #{searchParams.recipientIdAndNull}
|
|
or a.recipient_id is null)
|
|
or a.recipient_id is null)
|
|
</if>
|
|
</if>
|
|
<if test="searchParams.classify != null">
|
|
<if test="searchParams.classify != null">
|