소스 검색

BUG修改

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