Browse Source

根据广告主选择产品增加筛选条件

hcst_sunzhen 4 years ago
parent
commit
0c7c1bec7d

+ 1 - 0
module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/ProductMapper.xml

@@ -39,6 +39,7 @@
         ctop_project
         ctop_project
         where
         where
         advertiser_id = #{advertiserId}
         advertiser_id = #{advertiserId}
+        and media_id in (1,2)
     </select>
     </select>
 
 
     <select id="getYunyingListByProjectIds" resultType="cn.com.ctop.common.module.vo.ProductDto">
     <select id="getYunyingListByProjectIds" resultType="cn.com.ctop.common.module.vo.ProductDto">