xiao547607 пре 3 година
родитељ
комит
37d3e3d173
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      common/src/main/resources/mapper/base/MessageNotice.xml

+ 1 - 1
common/src/main/resources/mapper/base/MessageNotice.xml

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