结算代码提交

This commit is contained in:
liang.chao 2024-08-16 14:23:52 +08:00
parent 5b1ff9ee80
commit 012ae95238
1 changed files with 2 additions and 2 deletions

View File

@ -452,10 +452,10 @@ public class SltAgreementInfoServiceImpl implements SltAgreementInfoService {
} }
private List<SltAgreementInfo> getLeaseJobListMonth(AgreementInfo agreementInfo) { private List<SltAgreementInfo> getLeaseJobListMonth(AgreementInfo agreementInfo) {
if (StringUtils.isBlank(agreementInfo.getEndTime())) { /* if (StringUtils.isBlank(agreementInfo.getEndTime())) {
String lastMonthYearMonth = DateTimeHelper.getLastMonthYearMonth(); String lastMonthYearMonth = DateTimeHelper.getLastMonthYearMonth();
agreementInfo.setEndTime(lastMonthYearMonth); agreementInfo.setEndTime(lastMonthYearMonth);
} }*/
List<SltAgreementInfo> monthCosts = calMonthlyMapper.getMonthCosts(agreementInfo); List<SltAgreementInfo> monthCosts = calMonthlyMapper.getMonthCosts(agreementInfo);
int num = 0; int num = 0;
for (SltAgreementInfo monthCost : monthCosts) { for (SltAgreementInfo monthCost : monthCosts) {