修正时段费用计算费率偏移量
This commit is contained in:
parent
ae61116248
commit
8597fb09ab
@ -127,7 +127,7 @@ public class NotificationEquipChargeStatusTask extends CoreDispatcher {
|
|||||||
}
|
}
|
||||||
boolean newCd = false;
|
boolean newCd = false;
|
||||||
int firstSTHourOfDay = firstNDT.getField(DateField.HOUR_OF_DAY);
|
int firstSTHourOfDay = firstNDT.getField(DateField.HOUR_OF_DAY);
|
||||||
int tf = (firstSTHourOfDay + i) * 2;
|
int tf = firstSTHourOfDay * 2;
|
||||||
final String rtf = cacheRateModel.getTfPricesSeq()[tf];
|
final String rtf = cacheRateModel.getTfPricesSeq()[tf];
|
||||||
if (chargeDetails == null || !rtf.equals(rtfTemp)) {
|
if (chargeDetails == null || !rtf.equals(rtfTemp)) {
|
||||||
newCd = true;
|
newCd = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user