|
@@ -3283,7 +3283,7 @@ public class ReportServiceImpl extends ServiceImpl<ReportMapper, Report> impleme
|
|
|
TimeType timeType = timeTypeMapper.selectById(companyId);
|
|
|
//获取钉钉的请假日期
|
|
|
List<LeaveSheet> leaveSheets = null;
|
|
|
- if (timeType.getSyncDingding() == 1) {
|
|
|
+ if (timeType.getSyncDingding() == 1||timeType.getSyncFanwei()==1) {
|
|
|
List<String> userIds = new ArrayList<>();
|
|
|
for (UserMonthWork work : userMonthWorks) {
|
|
|
userIds.add(work.userId);
|