|
|
@@ -257,9 +257,6 @@ public class InvAccountIncoiceServiceImpl extends ServiceImpl<InvAccountIncoiceM
|
|
|
if (invAccountIncoice.getInvoiceMoney().isEmpty()) {
|
|
|
throw new SystemException("请填写开票金额");
|
|
|
}
|
|
|
- if (invAccountIncoice.getPayoutMoney().isEmpty()) {
|
|
|
- throw new SystemException("请填写进账金额");
|
|
|
- }
|
|
|
//税率百分数转为小数
|
|
|
BigDecimal divide = new BigDecimal(invAccountIncoice.getRate()).divide(new BigDecimal("100"), 2, RoundingMode.HALF_UP);
|
|
|
//税额
|