This commit is contained in:
parent
eb127b3daf
commit
2c4aa45c82
|
|
@ -402,6 +402,8 @@ public class BackApplyInfoServiceImpl implements IBackApplyInfoService {
|
|||
BigDecimal num = typeNumMap.get(details.getTypeId());
|
||||
if (num != null) {
|
||||
details.setNum(num);
|
||||
} else {
|
||||
details.setNum(BigDecimal.ZERO);
|
||||
}
|
||||
|
||||
// 2. 设置附件信息
|
||||
|
|
|
|||
Loading…
Reference in New Issue