Commit 1ca7c0ef by hongzhong

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

parent 1c8eadd9
......@@ -1302,7 +1302,7 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
Double c005Commission = 0.00;
String remark = "";
Long withdrawId = null;
if(null != otherCommissionLis && otherCommissionLis.size() > 1){
if(null != otherCommissionLis && otherCommissionLis.size() > 0){
for(OtherCommission other:otherCommissionLis){
if("C-005".equals(other.getSalaryCode())){
c005Commission += Double.valueOf(other.getCommission());
......
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