|
@@ -220,7 +220,7 @@ public class PlatEmployeeHealthIllnessServiceImpl extends ServiceImpl<PlatEmploy
|
|
|
}else{
|
|
|
nameList = list.stream().map(PlatEmployeeHealthIllness::getParamsName).collect(Collectors.toList());
|
|
|
valueList = list.stream().map(PlatEmployeeHealthIllness::getParamsValue).collect(Collectors.toList());
|
|
|
- colorList = Arrays.asList("#6DC8EC","#5AD8A6","#eaa654");
|
|
|
+ colorList = Arrays.asList("#26E0DE","#13F9B9","#EEB164");
|
|
|
}
|
|
|
StringUtils.createdTableData(nameList,valueList,colorList,tempMap);
|
|
|
return tempMap;
|