Browse Source

feat:营期看课统计

caoliqin 3 weeks ago
parent
commit
febbe2e756
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs-service/src/main/resources/mapper/company/CompanyMapper.xml

+ 1 - 1
fs-service/src/main/resources/mapper/company/CompanyMapper.xml

@@ -232,7 +232,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 
     <select id="selectCompanyByIds2" parameterType="Long" resultType="Company">
         <include refid="selectCompanyVo"/>
-        where company_id in
+        where is_del = 0 and company_id in
         <foreach item="companyId" collection="companyIds" open="(" separator="," close=")">
             #{companyId}
         </foreach>