skyouc
2025-01-07 83b504d7a369baa08b15c741c3b6daf71f6fa1f9
zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/timer/OrderTimer.java
@@ -31,8 +31,8 @@
    @Autowired
    private OrderDetlFieldLogService orderDetlFieldLogService;
//    @Scheduled(cron = "0/3 * * * * ? ")
    @Transactional
    @Scheduled(cron = "0/3 * * * * ? ")
    @Transactional(rollbackFor = Exception.class)
    public void orderToHistory() {
        InterceptorIgnoreHelper.handle(IgnoreStrategy.builder().tenantLine(true).build());
        try {