Commit ce949707 by jianan

零时薪资单14

parent b2accd9f
......@@ -801,7 +801,6 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
if (null != item.getAmount()) {
abc = abc.add(item.getAmount());
}
}
responseVO.setAbc(abc.toString());
// 税额
......@@ -810,9 +809,9 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
lifePractitionerSalary.setYearMonth(payoutYearmonth);
List<AgAclLifePractitionerSalary> agAclLifePractitionerSalarylist = practitionerSalaryMapper.queryByRecord(lifePractitionerSalary);
if (CollectionUtils.isNotEmpty(agAclLifePractitionerSalarylist)) {
responseVO.setD(agAclLifePractitionerSalarylist.get(0).getTaxoutAmount().toString());
d = agAclLifePractitionerSalarylist.get(0).getTaxoutAmount();
}
responseVO.setD(d.toString());
// 本期实领
BigDecimal abc_d = abc.subtract(d);
// list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment