|
|
@@ -268,7 +268,7 @@ public class ExpertExportManage { |
|
|
|
ExpertInfoDTO expert = new ExpertInfoDTO(); |
|
|
|
expert.setNo(integer.incrementAndGet()); |
|
|
|
if (ExpertAttendStatusEnum.ON_LEAVE.eq(w.getStatus())) { |
|
|
|
expert.setBank(w.getExpertName() + "(请假)"); |
|
|
|
expert.setName(w.getExpertName() + "(请假)"); |
|
|
|
} else { |
|
|
|
expert.setName(w.getExpertName()); |
|
|
|
} |
|
|
|