|
@@ -81,9 +81,8 @@
|
|
|
mpt.update_time as property_update_time
|
|
|
from k3_gis_metadata_layer_template mlt
|
|
|
left join k3_gis_metadata_property_template mpt
|
|
|
- on mlt.nature = mpt.nature and mlt.key = mpt.layer and mpt.status = 1
|
|
|
+ on mlt.nature = mpt.nature and mlt.key = mpt.layer
|
|
|
where mlt.nature = #{nature,jdbcType=VARCHAR}
|
|
|
- and mlt.status = 1
|
|
|
and mlt.name in
|
|
|
<foreach item="item" index="index" collection="names"
|
|
|
open="(" separator="," close=")">
|