|
|
@@ -161,10 +161,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
company_id = #{companyId},
|
|
|
products = null
|
|
|
</if>
|
|
|
- <if test="companyIds !=null">
|
|
|
- company_ids = #{companyIds},
|
|
|
- products = null
|
|
|
- </if>
|
|
|
where package_id in
|
|
|
<foreach item="packageId" collection="packageIds" open="(" separator="," close=")">
|
|
|
#{packageId}
|