修正时段费用计算费率偏移量

This commit is contained in:
ZZ 2021-11-22 12:07:34 +08:00
parent ae61116248
commit 8597fb09ab

View File

@ -127,7 +127,7 @@ public class NotificationEquipChargeStatusTask extends CoreDispatcher {
}
boolean newCd = false;
int firstSTHourOfDay = firstNDT.getField(DateField.HOUR_OF_DAY);
int tf = (firstSTHourOfDay + i) * 2;
int tf = firstSTHourOfDay * 2;
final String rtf = cacheRateModel.getTfPricesSeq()[tf];
if (chargeDetails == null || !rtf.equals(rtfTemp)) {
newCd = true;