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