|
@@ -111,7 +111,7 @@
|
|
|
where CONNTYPE = '低压(标准化)'
|
|
|
and (ENDTIME > #{lastDate} and ENDTIME < #{thisDate}
|
|
|
or
|
|
|
- (ENDTIME > #{lastCycleStart} and ENDTIME < #{lastDate} and MODIFYTIME > #{lastCycleStart} and MODIFYTIME < #{lastCycleEnd}))
|
|
|
+ (ENDTIME > #{lastCycleStart} and ENDTIME < #{lastDate} and MODIFYTIME > #{lastDate} and MODIFYTIME < #{thisDate}))
|
|
|
</select>
|
|
|
<select id="selectNhAndWgLastMonthSum" resultType="com.shcd.vo.SpStatementShipUsageMonthVo">
|
|
|
select SHIP_USAGE_YEAR shipUsage, SHORE_POWER_TIME_YEAR shorePowerTime, SHORE_POWER_COUNT_YEAR shorePowerCount from GHJG_PORT_MANAGE.SP_STATEMENT_SHIP_USAGE_MONTH
|