|
@@ -12,7 +12,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="getList" parameterType="BizCompanyProductPackage" resultMap="BizCompanyProductPackageResult">
|
|
|
SELECT * FROM biz_company_product_package
|
|
|
<trim prefix=" WHERE" suffix="" suffixOverrides="AND">
|
|
|
- deleted = 0
|
|
|
+ deleted = 0 and is_banned = 0
|
|
|
<if test="productId != null "> AND product_id = #{productId}</if>
|
|
|
<if test="companyId != null "> AND company_id = #{companyId}</if>
|
|
|
<if test="productCode != null and productCode != ''"> AND product_code = #{productCode}</if>
|