소스 검색

限制状态

yumeng 5 년 전
부모
커밋
b3f15b53eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaiShouGroupMapper.xml

+ 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>