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