#
luxiaotao1123
2021-03-26 d80dd0abcb56aacf30bc32e424ff398f7ccce730
src/main/java/zy/cloud/wms/common/service/erp/ErpScheduler.java
@@ -8,6 +8,7 @@
import com.core.exception.CoolException;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.bind.annotation.GetMapping;
@@ -270,7 +271,7 @@
    /**
     * 持久化销售订单
     */
//    @Scheduled(cron = "0/45 * * * * ? ")
    @Scheduled(cron = "0/5 * * * * ? ")
    @Transactional
//    @PostConstruct
    public void getOrdersExecute(){