|
@@ -29,7 +29,7 @@
|
|
|
<if test="type_dict != null and type_dict != ''">
|
|
|
v2.mc yslx_name,
|
|
|
</if>
|
|
|
- v1.type_column as "${type_column}",v1.bsm,v1.rwbsm,v1.scxbsm,v1.mj,
|
|
|
+ v1.type_column as "${type_column}",v1.bsm,v1.rwbsm,v1.scxbsm,round((v1.mj*0.0015),2) mj,
|
|
|
public.st_asewkt(ret_geom) geom
|
|
|
from(
|
|
|
select v0.type_column,min(v0.bsm) bsm,min(v0.rwbsm) rwbsm,min(v0.scxbsm) scxbsm,
|
|
@@ -63,7 +63,7 @@
|
|
|
|
|
|
<select id="selectTypeScxList" resultType="map">
|
|
|
select
|
|
|
- v1.type_column as yslx,yslx_name ,v1.bsm,v1.rwbsm,v1.scxbsm,v1.mj, public.st_asewkt(ret_geom) geom
|
|
|
+ v1.type_column as yslx,yslx_name ,v1.bsm,v1.rwbsm,v1.scxbsm,round((v1.mj*0.0015),2) mj, public.st_asewkt(ret_geom) geom
|
|
|
from(
|
|
|
select v0.bsm,v0.rwbsm,v0.scxbsm,v0.type_column,v0.yslx_name,
|
|
|
sum(mj::numeric) mj,
|