|
@@ -18,7 +18,7 @@
|
|
|
public.st_asewkt(t1.geom) AS geom
|
|
|
from t_fzss_hgxfx t
|
|
|
left join t_fzss_zhxz_file t1 on t1.id = t.xzfw
|
|
|
- where t.scsj is null
|
|
|
+ where t.scsj is null and t.from_type = 2
|
|
|
<if test="kssj != null and kssj != ''">
|
|
|
and t.cjsj >= to_date(#{kssj}, 'yyyy-MM-dd hh24:mi:ss')
|
|
|
</if>
|