Browse Source

:bug: 日期优化

lag 11 months ago
parent
commit
de3be8bac3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/SpStatementShipUsageMonthMapper.xml

+ 1 - 1
src/main/resources/mapper/SpStatementShipUsageMonthMapper.xml

@@ -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