mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 02:20:12 +08:00
自动生成计费模板备注
This commit is contained in:
@@ -733,7 +733,7 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic
|
|||||||
String timeType = pileBillingDetail.getTimeType();
|
String timeType = pileBillingDetail.getTimeType();
|
||||||
String label = BillingTimeTypeEnum.getLabelByValue(timeType);
|
String label = BillingTimeTypeEnum.getLabelByValue(timeType);
|
||||||
remark.append(label).append("-");
|
remark.append(label).append("-");
|
||||||
remark.append(pileBillingDetail.getServicePrice().add(pileBillingDetail.getServicePrice()));
|
remark.append(pileBillingDetail.getElectricityPrice().add(pileBillingDetail.getServicePrice()));
|
||||||
remark.append("元; ");
|
remark.append("元; ");
|
||||||
}
|
}
|
||||||
return remark.toString();
|
return remark.toString();
|
||||||
|
|||||||
Reference in New Issue
Block a user