Compare commits
2 Commits
f98f52a118
...
12a953ea90
| Author | SHA1 | Date |
|---|---|---|
|
|
12a953ea90 | |
|
|
012ae95238 |
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue