|
@@ -209,18 +209,6 @@ public class LongYanRepairStrategy extends AbstractRepairBaseStrategy {
|
|
|
}
|
|
|
return sbPositionMapper.getById(positionId).getUserId();
|
|
|
}
|
|
|
-
|
|
|
- public static void main(String[] args) {
|
|
|
- LocalDateTime now = LocalDateTime.now();
|
|
|
- LocalDateTime startTime = LocalDateTime.of(now.getYear(),now.getMonthValue(),now.getDayOfMonth(),18,00,00);
|
|
|
- LocalDateTime second = now.plusDays(1);
|
|
|
- LocalDateTime endTime = LocalDateTime.of(second.getYear(),second.getMonthValue(),second.getDayOfMonth(),8,00,00);
|
|
|
- System.out.println(startTime);
|
|
|
- System.out.println(endTime);
|
|
|
- System.out.println(now.isAfter(startTime));
|
|
|
- System.out.println(now.isBefore(endTime));
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* 获取当前用户的角色集合
|
|
|
* @return
|