Prechádzať zdrojové kódy

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

hmc 1 rok pred
rodič
commit
9abd6c01e8

+ 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>