人员标识-fixBug
This commit is contained in:
parent
16b1617ba5
commit
5a09b065d4
|
|
@ -56,11 +56,12 @@ public class GetKQ4OverseasAllowanceCountServiceImpl extends Service implements
|
|||
List<Map> children =(List<Map>) column.get("children");
|
||||
children.stream().forEach(i->{
|
||||
if(i.get("title").equals("公务回国") ){
|
||||
gwhgDataIndex[0] =(String) column.get("dataIndex");
|
||||
gwhgDataIndex[0] =(String) i.get("dataIndex");
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
baseBean.writeLog("公务回国dataIndex:"+gwhgDataIndex[0]);
|
||||
dataList = (List<Map<String, Object>>) execute.get("datas");
|
||||
// 获取每个人的缺勤日期、及公务回国天数
|
||||
Map<String, Object> qqDays = new HashMap<>();
|
||||
|
|
@ -104,6 +105,7 @@ public class GetKQ4OverseasAllowanceCountServiceImpl extends Service implements
|
|||
}else {
|
||||
gwhgS[0] ="0";
|
||||
}
|
||||
baseBean.writeLog("公务回国PUT:"+gwhgStr+","+Double.valueOf(gwhgS[0]));
|
||||
qqDays.put(gwhgStr,Double.valueOf(gwhgS[0]));
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue