|
|
@@ -856,7 +856,8 @@
|
|
|
a.id, a.serial_number as serialNumber, a.data_category as dataCategory,
|
|
|
a.name, a.keyword, a.category, a.owner_name as ownerName, a.owner_type as ownerType,
|
|
|
a.owner_id as ownerId, a.org_id as orgId, a.contacts,a.create_time as createTime,
|
|
|
- a.release_date as releaseDate, a.audit_status as auditStatus, ad.name as techBrokerId,a.boutique
|
|
|
+ a.release_date as releaseDate, a.audit_status as auditStatus, ad.name as techBrokerId,a.boutique,ad.id techBrokerIdd,
|
|
|
+ a.release_status as releaseStatus
|
|
|
<if test="hot != null and hot == 1"><!-- 在首页 -->
|
|
|
,1 as hot
|
|
|
</if>
|
|
|
@@ -987,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>
|
|
|
@@ -1943,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>
|
|
|
@@ -2110,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>
|