소스 검색

通知列表

change 3 년 전
부모
커밋
c05d40f01b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/inform/InformUserMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/inform/InformUserMapper.xml

@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="informId != null and informId != ''">
             and iu.inform_id =  #{informId}
         </if>
-          <if test="sendStatus != null and sendStatus != ''">
+          <if test="sendStatus != null">
             and iu.send_status =  #{sendStatus}
         </if>
         <if test="receiptName != null and receiptName != ''">