Commit 5a360305 by dong

fix20230220

parent 2370d495
......@@ -96,7 +96,7 @@ def global_region(industry_id, preference, key_words, district_name, page, per_p
return data
# 厂房公共方法
# 土地公共方法
def global_land(key_words, district_name, land_name, land_nature, industry_name, page, per_page):
try:
if key_words:
......@@ -199,7 +199,7 @@ def global_factory(key_words, district_name, factory_name, industry_name, page,
return data
# 土地公共方法
# 楼宇公共方法
def global_build(key_words, district_name, build_name, industry_name, build_type, page, per_page):
try:
if key_words:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment