年度渗压导出修改
parent
29621b88ca
commit
7ddef19553
|
|
@ -147,7 +147,7 @@ public interface OsmoticPressRMapper extends BaseMapper<OsmoticPressR> {
|
|||
<script>
|
||||
select to_char(t.tm,'YYYY-MM-DD') as tm,t.drp as rz
|
||||
from public.st_pptn_r_d t
|
||||
where t.year = #{year} and t.stcd = '2'
|
||||
where t.year = #{year} and t.stcd = '61610700'
|
||||
order by t.tm desc
|
||||
</script>
|
||||
""")
|
||||
|
|
|
|||
Loading…
Reference in New Issue