|
@@ -46,10 +46,10 @@
|
|
|
|
|
|
<select id="pageList" resultMap="BaseResultMap">
|
|
|
select
|
|
|
- <include refid="Base_Column_List"/>, longtitude,latitude,areaIds,tenantDesc,pic, category,address
|
|
|
+ <include refid="Base_Column_List"/>, longitude,latitude,areaIds,tenantDesc,pic, category,address
|
|
|
from (
|
|
|
SELECT
|
|
|
- a.*,b.label as lineDesc,v.longtitude,v.latitude,v.pic,v.category,v.tenantDesc,
|
|
|
+ a.*,b.label as lineDesc,v.longitude,v.latitude,v.pic,v.category,v.tenantDesc,
|
|
|
v.areaIds,v.placeName,v.address from imcs_tenant_productionresource a
|
|
|
left join c_core_org b on a.org_id = b.id
|
|
|
left join view_productionresource v on a.id = v.id
|