ソースを参照

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

hcst_sunzhen 4 年 前
コミット
0c7c1bec7d

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

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