Commit 1c8eadd9 by hongzhong

薪资单手工录入的数据,C005特殊处理下

parent 5f89a4c1
...@@ -1320,6 +1320,7 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe ...@@ -1320,6 +1320,7 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
otherCommission.setWithdrawedId(withdrawId); otherCommission.setWithdrawedId(withdrawId);
otherCommission.setSalaryCode("银盾在线佣金"); otherCommission.setSalaryCode("银盾在线佣金");
otherCommission.setCommission(String.valueOf(c005Commission)); otherCommission.setCommission(String.valueOf(c005Commission));
otherCommission.setProject_Id("12C24EDF-83D7-081C-AE2C-085031C4DCAF");
newOtherCommissionLis.add(otherCommission); newOtherCommissionLis.add(otherCommission);
} }
......
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