瀏覽代碼

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