| | |
| | | using SqlSugar; |
| | | using WIDESEA_DTO.Basic; |
| | | |
| | | namespace WIDESEA_WMSServer.Jobs |
| | | namespace WIDESEA_WMSServer |
| | | { |
| | | [DisallowConcurrentExecution] |
| | | public class ErpJob : IJob |
| | |
| | | |
| | | try |
| | | { |
| | | await _erpApiService.GetSuppliersAsync(); |
| | | await _erpApiService.GetSuppliersAsync(); |
| | | |
| | | await _erpApiService.GetMaterialUnitAsync(); |
| | | |
| | | var materialRequest = new MaterialRequest |
| | | { |
| | | modifyDateStart = DateTime.Now.AddDays(-10).Date.ToString("yyyy-MM-dd") + " 00:00:01", |
| | | modifyDateEnd = DateTime.Now.ToString("yyyy-MM-dd HH:mm") + ":01", |
| | | pageNum = 1, |
| | | pageSize = 5000 |
| | | }; |