czh 2 年之前
父節點
當前提交
bc94fa9c45
共有 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

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