소스 검색

通知公告查询时可查询被删除的公告

Signed-off-by: hamjin <335908093@qq.com>
hamjin 2 년 전
부모
커밋
2061fe5e6a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-system/src/main/resources/mapper/system/PoNoticeMapper.xml

+ 1 - 0
ruoyi-system/src/main/resources/mapper/system/PoNoticeMapper.xml

@@ -63,6 +63,7 @@
             <if test="noticeType != null and noticeType != ''">
                 AND notice_type like concat('%', #{noticeType}, '%')
             </if>
+            <if test="delFlag != null">and del_flag = #{delFlag}</if>
         </where>
     </select>