From 1f32ea02c1910c417f159cba81a296e66ae7484c Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周一, 28 4月 2025 17:38:15 +0800 Subject: [PATCH] 初次提交修改 --- HIAWms/server/src/CMS.Plugin.HIAWms/Services/HIAWmsFlowService.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WMS/server/src/CMS.Plugin.HIAWms/Services/HIAWmsFlowService.cs b/HIAWms/server/src/CMS.Plugin.HIAWms/Services/HIAWmsFlowService.cs similarity index 86% rename from WMS/server/src/CMS.Plugin.HIAWms/Services/HIAWmsFlowService.cs rename to HIAWms/server/src/CMS.Plugin.HIAWms/Services/HIAWmsFlowService.cs index cffaa48..a85ecbd 100644 --- a/WMS/server/src/CMS.Plugin.HIAWms/Services/HIAWmsFlowService.cs +++ b/HIAWms/server/src/CMS.Plugin.HIAWms/Services/HIAWmsFlowService.cs @@ -1,5 +1,5 @@ using CMS.Plugin.HIAWms.Abstractions; -using CMS.Plugin.HIAWms.Domain.WmsPlaces; +using CMS.Plugin.HIAWms.Domain.WmsContainers; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SYC.Flow.Kernel; @@ -30,8 +30,8 @@ using var scope = _serviceProvider.CreateScope(); var unitOfWorkManager = scope.ServiceProvider.GetRequiredService<IUnitOfWorkManager>(); using var uow = unitOfWorkManager.Begin(requiresNew: true); - var wmsplaceRepository = scope.ServiceProvider.GetRequiredService<IWmsPlaceRepository>(); - var count = await wmsplaceRepository.GetCountAsync(); + var wmscontainerRepository = scope.ServiceProvider.GetRequiredService<IWmsContainerRepository>(); + var count = await wmscontainerRepository.GetCountAsync(); // 濡傛灉鏈夋洿鏂版暟鎹簱鎿嶄綔锛岄渶鎻愪氦淇濆瓨 // await uow.SaveChangesAsync(); -- Gitblit v1.9.3