فهرست منبع

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>