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