水库水情只查小玉潭水库

master
wany 2024-08-08 15:56:04 +08:00
parent a2377f064f
commit 0f38d35bfb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public interface AttResBaseMapper extends BaseMapper<AttResBase> {
left join public.st_addvcd_d sad on t.adcd = sad.adcd
left join public.st_rsvr_r_real m on t.stcd = m.stcd
left join public.st_pptn_r_real sprr on t.stcd = sprr.stcd
where t.sttp = 'RR'
where t.sttp = 'RR' and s.res_code = '42120250085'
order by aFsltdz desc nulls last
</script>
""")