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 != ''">