个税调差累计字段对应
This commit is contained in:
parent
1f5edd039a
commit
328158204d
|
|
@ -159,7 +159,9 @@ public class TaxDeclarationCommon implements TaxDeclarationStrategy {
|
|||
.addUpOtherDeduction(valueMap.get("addUpOtherDeduction"))
|
||||
.addUpTaxExemptIncome(valueMap.get("addUpTaxExemptIncome"))
|
||||
.addUpAllowedDonation(valueMap.get("addUpAllowedDonation"))
|
||||
.addUpTaxSavings(valueMap.get("addUpTaxSavings"))
|
||||
.addUpAdvanceTax(valueMap.get("addUpAdvanceTax"))
|
||||
.taxAdjustment(valueMap.get("taxAdjustment"))
|
||||
.addUpTaxableIncome(valueMap.get("addUpTaxableIncome"))
|
||||
// .modifier(taxDeclaration.getCreator())
|
||||
.creator(taxDeclaration.getCreator())
|
||||
|
|
|
|||
Loading…
Reference in New Issue