人员标识-fixBug

This commit is contained in:
Harryxzy 2022-11-08 09:21:26 +08:00
parent 16b1617ba5
commit 5a09b065d4
1 changed files with 3 additions and 1 deletions

View File

@ -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]));
}
});