소스 검색

fix:过滤掉那些被删除的表格信息

hmc 1 년 전
부모
커밋
9abd6c01e8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      zkqy-system/src/main/resources/mapper/dragmapper/DragTableMapper.xml

+ 1 - 0
zkqy-system/src/main/resources/mapper/dragmapper/DragTableMapper.xml

@@ -69,6 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="spare != null  and spare != ''">and spare = #{spare}</if>
             <if test="spare1 != null  and spare1 != ''">and spare1 = #{spare1}</if>
             <if test="dtType !=null and  dtType!=''">and dt_type=#{dtType}</if>
+            and del_flag!='2'
         </where>
         ORDER BY t_id DESC
     </select>