Skip to content
Snippets Groups Projects

111111

Merged 崔用芳 requested to merge feature/cyf into dev
Compare and
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -368,7 +368,8 @@ public class IncomeCommandServiceImpl extends BaseCommandAbstractService<Income
String name = StringUtils.isEmpty(incomeAggregate.getReceiptBillVo().getSupplementName()) ? code : incomeAggregate.getReceiptBillVo().getSupplementName() + ',' + code;
incomeAggregate.changeSupplement(name);
}
}
}else
incomeAggregate.changeSupplement(code);
/*#1:应缴财政专户款,存在金额拆分的情况,将总金额额度拆分为住宿费和学费,需要做特殊处理
#2:工资补差,存在将总金额拆分为养老金、医疗保险、失业保险、工会会费的情况,需要做特殊处理
#3:定期存款,存在将总金额拆分本金和利息的情况,需要做特殊处理