Ver Fonte

合规性分析

LAPTOP-BJJ3IV5R\SIWEI há 8 meses atrás
pai
commit
7d54109c34

+ 1 - 1
onemap-modules/onemap-apply/src/main/resources/mapper/postgresql/fzss/HgxfxMapper.xml

@@ -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 &gt;= to_date(#{kssj}, 'yyyy-MM-dd hh24:mi:ss')
         </if>