This commit is contained in:
mashuai 2025-09-23 16:34:12 +08:00
parent eb127b3daf
commit 2c4aa45c82
1 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,8 @@ public class BackApplyInfoServiceImpl implements IBackApplyInfoService {
BigDecimal num = typeNumMap.get(details.getTypeId()); BigDecimal num = typeNumMap.get(details.getTypeId());
if (num != null) { if (num != null) {
details.setNum(num); details.setNum(num);
} else {
details.setNum(BigDecimal.ZERO);
} }
// 2. 设置附件信息 // 2. 设置附件信息