二开,调整附表传值策略

This commit is contained in:
钱涛 2025-01-07 11:27:20 +08:00
parent e726cb10b9
commit fefc6301b3
1 changed files with 2 additions and 2 deletions

View File

@ -51,9 +51,9 @@ public class SalaryCalcTaxRequest {
// 正常工资薪金列表
param.put("zcgzxjlb", ZCGZXJLBRequestParams);
// 正常工资薪金是否需要专项
param.put("zcgzxjsfxyzx", 1);
param.put("zcgzxjsfxyzx", 0);
// 正常工资薪金是否传入专项累计
param.put("zcgzxjsfcrlj", 0);
param.put("zcgzxjsfcrlj", 1);
// 是否传入累计个人养老金2使用传入数据
param.put("gryljcl", 2);