Signed-off-by: binren <zhangbr@elab-plus.com>
@@ -3,7 +3,7 @@
class Sql:
# 获取项目的城市信息
sql_1 = """
- select IFNULL(brand_id, -1), house_id, house_name, city from d_house a where brand_id = '13' order by house_id
+ select IFNULL(brand_id, -1), house_id, house_name, city from d_house a where brand_id = '13' and house_id != '13' order by house_id
"""
# 根据任务id获取推送客户信息