|
@@ -347,7 +347,8 @@
|
|
|
select * from (
|
|
select * from (
|
|
|
select * from METER_BASE_HIS_TARE_DETAIL t
|
|
select * from METER_BASE_HIS_TARE_DETAIL t
|
|
|
<include refid="where"></include>
|
|
<include refid="where"></include>
|
|
|
- order by t.meter_time desc
|
|
|
|
|
|
|
+ and METER_TIME > SYSDATE - INTERVAL '1' YEAR
|
|
|
|
|
+ order by t.METER_WEIGHT desc
|
|
|
FETCH NEXT 7 ROWS ONLY
|
|
FETCH NEXT 7 ROWS ONLY
|
|
|
)
|
|
)
|
|
|
</select>
|
|
</select>
|