#
luxiaotao1123
2021-03-04 ec030db3863efdb498404ea8af412cd28478eba7
src/main/java/zy/cloud/wms/common/service/erp/ErpScheduler.java
@@ -18,7 +18,6 @@
import zy.cloud.wms.manager.service.MatService;
import zy.cloud.wms.manager.utils.HttpHandler;
import javax.annotation.PostConstruct;
import java.io.IOException;
import java.util.Date;
import java.util.HashMap;
@@ -49,7 +48,7 @@
     * 商品下载
     */
    //    @Scheduled(cron = "0/5 * * * * ? ")
    @PostConstruct
//    @PostConstruct
    public void getBasis1Execute(){
        try {
            Map<String, Object> param = new HashMap<>();
@@ -123,7 +122,7 @@
     * 客户下载
     */
    //    @Scheduled(cron = "0/5 * * * * ? ")
    @PostConstruct
//    @PostConstruct
    public void getBasis2Execute(){
        try {
            Map<String, Object> param = new HashMap<>();