czh 2 年 前
コミット
45c621a919

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