浏览代码

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>