|
|
@@ -988,6 +988,9 @@
|
|
|
<if test="releaseStatus != null">
|
|
|
and a.release_status = #{releaseStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test="boutique != null">
|
|
|
+ and a.boutique = #{boutique,jdbcType=INTEGER}
|
|
|
+ </if>
|
|
|
<if test="hot != null and hot == 0"><!-- 不在首页 -->
|
|
|
and a.id not in(select mm.product_id from marketing_management mm where mm.effective = 1)
|
|
|
</if>
|
|
|
@@ -1944,7 +1947,9 @@
|
|
|
<if test="releaseStatus != null">
|
|
|
and a.release_status = #{releaseStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
-
|
|
|
+ <if test="boutique != null">
|
|
|
+ and a.boutique = #{boutique,jdbcType=INTEGER}
|
|
|
+ </if>
|
|
|
<if test="hot != null and hot == 0"><!-- 不在首页 -->
|
|
|
and a.id not in(select mm.product_id from marketing_management mm where mm.effective = 1)
|
|
|
</if>
|
|
|
@@ -2111,7 +2116,9 @@
|
|
|
<if test="releaseStatus != null">
|
|
|
and a.release_status = #{releaseStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
-
|
|
|
+ <if test="boutique != null">
|
|
|
+ and a.boutique = #{boutique,jdbcType=INTEGER}
|
|
|
+ </if>
|
|
|
<if test="hot != null and hot == 0"><!-- 不在首页 -->
|
|
|
and a.id not in(select mm.product_id from marketing_management mm where mm.effective = 1)
|
|
|
</if>
|