|
@@ -440,7 +440,7 @@ public class AttendanceStatisticsServiceImpl extends MPJBaseServiceImpl<Attendan
|
|
|
}else if(content != null && content.contains("正常")){
|
|
|
font.setColor(IndexedColors.BLUE.getIndex()); // 设置字体颜色为蓝色
|
|
|
}else if(content != null && content.contains("请假")){
|
|
|
- font.setColor(IndexedColors.ORANGE.getIndex()); // 设置字体颜色为橙色
|
|
|
+ font.setColor(IndexedColors.BROWN.getIndex()); // 设置字体颜色为橙色
|
|
|
}
|
|
|
font.setFontHeightInPoints((short)12);
|
|
|
|