huangxiaoqiang
21 小时以前 b2feeabc23454a2c9e161aa3b26d0edf938e55bd
分支
用户 huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
星期二, 七月 22, 2025 15:03 +0800
提交者 huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
星期二, 七月 22, 2025 15:03 +0800
提交b2feeabc23454a2c9e161aa3b26d0edf938e55bd
目录 243517d0de6dfaf50d3756e6c4720de87d586bc5 目录 | zip | gz
上一版本 f1cad31b8247a57699c34067cfc0cd31cf0a91c8 查看 | 对比
增加超时设置,更新依赖注入和查询逻辑

在 `HttpHelper.cs` 中,将 `HttpClient` 的超时时间从 60 秒增加到 120 秒,以便于处理更长时间的请求。

更新 `FolderProfile1.pubxml.user` 和 `FolderProfile5.pubxml.user` 的发布历史记录,添加新的时间戳。

在 `WIDESEA_IStoragIntegrationRepository.AssemblyInfo.cs` 和 `WIDESEA_StoragIntegrationRepository.AssemblyInfo.cs` 中,更新程序集的 `AssemblyInformationalVersion`。

在 `Dt_TaskService.cs` 中,添加对 `IDt_ChangeoversRepository` 的依赖注入,并更新 `outBoundMateriel` 的查询逻辑,增强代码可读性。

注释掉原有的 `outBoundMateriel` 查询逻辑,替换为新的查询方式,以获取状态为 "1" 的数据。

增加库存信息查询逻辑,确保考虑设备状态和物料代码的条件,提升查询准确性和效率。
已修改7个文件
30 ■■■■ 文件已修改
CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Helper/HttpHelper.cs 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Properties/PublishProfiles/FolderProfile1.pubxml.user 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationRepository/obj/Debug/net6.0/WIDESEA_IStoragIntegrationRepository.AssemblyInfo.cs 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationRepository/obj/Debug/net6.0/WIDESEA_StoragIntegrationRepository.AssemblyInfo.cs 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs 12 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Partial/Dt_TaskService.cs 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Properties/PublishProfiles/FolderProfile5.pubxml.user 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史