xiao547607 3 éve
szülő
commit
37d3e3d173

+ 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">