Merge remote-tracking branch 'origin/master'

This commit is contained in:
mashuai 2025-09-23 20:12:43 +08:00
commit fd650d2f3c
1 changed files with 2 additions and 0 deletions

View File

@ -822,6 +822,8 @@ public class SltAgreementInfoServiceImpl implements ISltAgreementInfoService {
List<SltAgreementInfo> sltReportedList = sltAgreementInfoMapper.getSltReportedList(bean);
if (sltReportedList != null) {
sltReportedList.removeIf(Objects::isNull);
// 去掉没有审核的or审核不通过的
sltReportedList.removeIf(obj -> Objects.isNull(obj.getSltStatus()) || !Objects.equals("2", obj.getSltStatus()));
sltReportedList.forEach(sltAgreementInfo -> {
if (sltAgreementInfo.getCosts() == null || sltAgreementInfo.getCosts().equals(BigDecimal.ZERO)) {
sltAgreementInfo.setCosts(