czh 2 年之前
父节点
当前提交
54ebfbdeda
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sckw-modules/sckw-system/src/main/resources/mapper/KwsEnterpriseDao.xml

+ 1 - 0
sckw-modules/sckw-system/src/main/resources/mapper/KwsEnterpriseDao.xml

@@ -355,6 +355,7 @@
                       from kws_ent_type k
                      where a.id = k.ent_id
                        and k.status = 0
+                       and k.del_flag = 0
                        and k.type in
                         <foreach collection="entTypeList" open="(" close=")" separator="," item="item">
                             #{item}