#
luxiaotao1123
2021-03-26 ddff7d5e191d392412905cf47837ea391c8235e7
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(){