Quellcode durchsuchen

广告组状态限制

yumeng vor 5 Jahren
Ursprung
Commit
ea9fade875

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouGroupMapper.xml

@@ -63,6 +63,7 @@
    FROM ctop_kuaishou_group
    WHERE account_id = #{accountId}
    and (cpa_bid > #{maxBid} or bid > #{maxBid})
+   and status = 1
    group by unit_id
     </select>