| | |
| | | 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; |
| | |
| | | * 商品下载 |
| | | */ |
| | | // @Scheduled(cron = "0/5 * * * * ? ") |
| | | @PostConstruct |
| | | // @PostConstruct |
| | | public void getBasis1Execute(){ |
| | | try { |
| | | Map<String, Object> param = new HashMap<>(); |
| | |
| | | * 客户下载 |
| | | */ |
| | | // @Scheduled(cron = "0/5 * * * * ? ") |
| | | @PostConstruct |
| | | // @PostConstruct |
| | | public void getBasis2Execute(){ |
| | | try { |
| | | Map<String, Object> param = new HashMap<>(); |