소스 검색

report_push: 修改sql的筛选条件

Signed-off-by: Binren Zhnag <zhangbr@elab-plus.com>
Binren Zhnag 5 년 전
부모
커밋
46bc44c72c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      report_push.py

+ 1 - 0
report_push.py

@@ -91,6 +91,7 @@ class ReportPush(object):
                             rlat_created >= %s
                         AND rlat_created <= %s
                         AND rlat_house_id IN %s
+                        AND cust_house_flag ='1'
                 ) t1
     """