肖洋
2024-12-26 223a7b9cdb5db711ac644bcfdbbbc7c4d2b7f344
分支
用户 肖洋 <cathay_xy@163.com>
星期四, 十二月 26, 2024 13:58 +0800
提交者 肖洋 <cathay_xy@163.com>
星期四, 十二月 26, 2024 13:58 +0800
提交223a7b9cdb5db711ac644bcfdbbbc7c4d2b7f344
目录 272e5a90bc9ee4efe838320be25fc15dfc2f89f1 目录 | zip | gz
上一版本 4fb4bd80f377e1d64692b83ed4bd1f0cf8cf6f5a 查看 | 对比
优化代码结构和增强功能

更新了 `.gitignore` 文件以排除特定文件,添加了控制台输出的颜色化方法,提升了任务处理的超时时间和用户 token 信息的获取效率。修改了多个服务接口以支持库存数据回填,增强了日志记录方式和错误处理逻辑,简化了任务创建逻辑,并引入了信号量控制并发访问。此外,调整了数据库连接配置并优化了 Vue.js 路由。最后,清理了 `appsettings.json` 文件以提高可读性。
已删除1个文件
已修改17个文件
836 ■■■■ 文件已修改
.gitignore 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Helper/ConsoleHelper.cs 16 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Common/CommonStackerCrane.cs 12 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs 51 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/CommonStackerCraneJob.cs 33 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/api/http.js 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/ViewGrid.vue 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/HttpClient/HttpsClient.cs 15 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseRepository/IRepository.cs 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseRepository/RepositoryBase.cs 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/SqlSugarHelper.cs 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/HostedService/SeedDataHostedService.cs 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/MOM/ProcessApply/IProcessApplyService.cs 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/ProcessApply/ProcessApplyService.cs 175 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs 438 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/ProcessApplyController.cs 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json 31 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史