소스 검색

集团项目获取逻辑修改

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 4 년 전
부모
커밋
062631ca63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sql.py

+ 1 - 1
sql.py

@@ -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获取推送客户信息