From c1eac732fc3ef407d51b76d288f311d2fa43e618 Mon Sep 17 00:00:00 2001
From: xby-y <2251528873@qq.com>
Date: 星期一, 12 一月 2026 15:18:41 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs"
index 3dd21d8..a8836b5 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_TaskInfoService/PartialTaskService_Outbound.cs"
@@ -74,7 +74,7 @@
{
int nextTaregt = int.Parse(outbound.NodeCode);
//纭鐩爣绔欏彴锛堝浐瀹氾級
- TaregtAddres = (nextTaregt - 1).ToString();
+ TaregtAddres = (nextTaregt + 1).ToString();
}
else
{
@@ -90,9 +90,9 @@
TaskType = TaskOutboundTypeEnum.Outbound.ObjToInt(),
TaskStatus = TaskOutStatusEnum.OutNew.ObjToInt(),
SourceAddress = locationInfo.LocationCode,
- TargetAddress = outbound.NodeCode,
+ TargetAddress = TaregtAddres,
CurrentAddress = locationInfo.LocationCode,
- NextAddress = outbound.NodeCode,
+ NextAddress = TaregtAddres,
Grade = 1,
Creater = "MES",
Depth = locationInfo.Depth,
--
Gitblit v1.9.3