|
|
|
@ -9,7 +9,6 @@ import org.slf4j.LoggerFactory;
|
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
|
import org.springframework.scheduling.annotation.Async;
|
|
|
|
|
import org.springframework.scheduling.annotation.Scheduled;
|
|
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
import java.time.LocalDateTime;
|
|
|
|
@ -21,7 +20,6 @@ import java.time.LocalDateTime;
|
|
|
|
|
* @since 2024/5/10 上午10:05
|
|
|
|
|
*/
|
|
|
|
|
@Configuration
|
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
|
public class AccidentQuartz {
|
|
|
|
|
|
|
|
|
|
public static final Logger log = LoggerFactory.getLogger(AccidentQuartz.class);
|
|
|
|
|