Commit 0dac047b by jianan

零时薪资单7

parent e876eacf
...@@ -808,6 +808,7 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe ...@@ -808,6 +808,7 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
target.setSalaryName(item.getSalaryName()); target.setSalaryName(item.getSalaryName());
target.setCommission(item.getAmount().doubleValue()); target.setCommission(item.getAmount().doubleValue());
target.setSalaryType(item.getSalaryType()); target.setSalaryType(item.getSalaryType());
target.setSalaryCode(item.getSalaryCode());
list.add(target); list.add(target);
} }
responseVO.setList(list); responseVO.setList(list);
......
...@@ -18,4 +18,5 @@ public class SalaryDetail { ...@@ -18,4 +18,5 @@ public class SalaryDetail {
private Double after_tax_comis;//税后应发 private Double after_tax_comis;//税后应发
private String salaryType; private String salaryType;
private String salaryCode;
} }
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