Compare commits

..

No commits in common. "12a953ea905f6096947bdc7951d9db1c86ba1914" and "f98f52a118672517c9a79b985a92625cae75f62f" have entirely different histories.

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) {
/* if (StringUtils.isBlank(agreementInfo.getEndTime())) {
if (StringUtils.isBlank(agreementInfo.getEndTime())) {
String lastMonthYearMonth = DateTimeHelper.getLastMonthYearMonth();
agreementInfo.setEndTime(lastMonthYearMonth);
}*/
}
List<SltAgreementInfo> monthCosts = calMonthlyMapper.getMonthCosts(agreementInfo);
int num = 0;
for (SltAgreementInfo monthCost : monthCosts) {