yumeng 5 lat temu
rodzic
commit
b3f15b53eb

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

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