企业查询统计 企业查询 - Aladdin-GIS/XiShiGIS GitHub Wiki

1、获得查询的记录

请求地址: Company/Query?

请求方式: post

输入:

名称 类型 注释 默认值
start int 起始页 0
limit int 页数 10
order string 排序字段 null
sort string 排序方式 null
pan string 地理范围 null
search string 过滤条件 null
MOI_ID int 楼房ID null
COM_NAME string 企业名称 null
COM_BOARDNAME string 牌匾名称 null
COM_CODE string 企业信用代码 null
COM_TAXNUMBER string 国税号 null
COM_TAXNUMBER_D string 地税号 null
COM_CORPORATION string 法人 null
COM_PHONE string 电话 null
COM_AREA1 string 开始面积 null
COM_AREA2 string 结束面积 null
COM_ISRENT int 是否出租 null
COM_ADDRESS string 经营地址 null
COM_REGADDRESS string 注册地址 null
CS_ID int 企业状态 null
GA_ID1 int 所属街道ID null
GA_ID2 int 所属社区ID null
IsEnter int 是否入驻 null

输出:

名称 类型 注释 默认值
total int 记录总数
rows object 数据
msg string 信息
success bool 成功/失败
code int 代码 200

2、企业数据导出

请求地址: Company/ExportData

请求方式: post

输入:

名称 类型 注释 默认值
start int 起始页 0
limit int 页数 10
order string 排序字段 null
sort string 排序方式 null
pan string 地理范围 null
search string 过滤条件 null
MOI_ID int 楼房ID null
COM_NAME string 企业名称 null
COM_BOARDNAME string 牌匾名称 null
COM_CODE string 企业信用代码 null
COM_TAXNUMBER string 国税号 null
COM_TAXNUMBER_D string 地税号 null
COM_CORPORATION string 法人 null
COM_PHONE string 电话 null
COM_AREA1 string 开始面积 null
COM_AREA2 string 结束面积 null
COM_ISRENT int 是否出租 null
COM_ADDRESS string 经营地址 null
COM_REGADDRESS string 注册地址 null
CS_ID int 企业状态 null
GA_ID1 int 所属街道ID null
GA_ID2 int 所属社区ID null
IsEnter int 是否入驻 null

输出:

名称 类型 注释 默认值
file .xls 保存excel文件
msg string 信息
success bool 成功/失败
code int 代码 200

3、根据街道ID或者社区ID获得查询的记录

请求地址: Company/Query?gaid1=0&gaid2=0

请求方式: post

输入:

名称 类型 注释 默认值
gaid1 int 街道ID 0
gaid2 int 社区ID 0

输出:

名称 类型 注释 默认值
total int 记录总数
rows object 数据
msg string 信息
success bool 成功/失败
code int 代码 200