自动生成计费模板备注

This commit is contained in:
2024-02-19 16:08:34 +08:00
parent 982424cf13
commit 3ec69693b9

View File

@@ -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();