From bae6e7f729be1289a154505832963b4c9e9a4e5f Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期一, 23 三月 2026 13:06:12 +0800
Subject: [PATCH] Add .gitignore and ignore .vs folder

---
 项目代码/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/WMSTaskService.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/WMSTaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/WMSTaskService.cs"
index f3a9c86..e852777 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/WMSTaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/WMSTaskService.cs"
@@ -110,6 +110,7 @@
                 task.Grade = 1;
                 task.Creater = "WMS";
                 task.CreateDate = DateTime.Now;
+                task.WMStaskid = transfer.barCode;
                 task.deviceuuid = transfer.device.uuid;
 
                 _unitOfWorkManage.BeginTran();
@@ -257,7 +258,7 @@
                 taskInfo1.taskId = taskId;
                 taskInfo1.taskType = taskType;
                 taskInfo1.invType = invType;
-                taskInfo1.psd = psd;
+                taskInfo1.psd = "akjfapjfpadaoif";
                 commandResult = HttpHelper.Post<CommandResult>(urlWMStaskreturn, taskInfo1, "浠诲姟鐘舵�佸洖璋�");
 
                 WriteLog.Write_Log("鍚屾缁欎笂娓稿弽棣堜换鍔″畬鎴�", "浠诲姟淇℃伅", $"浠诲姟鍙凤細{taskId}", $"璋冨彇鍙傛暟锛歿taskInfo1.ToJson()},杩斿洖鍙傛暟锛歿commandResult.ToJson()}");
@@ -296,7 +297,7 @@
                         }
                     },
                     dealType = dealType,
-                    psd = psd
+                    psd = "akjfapjfpadaoif",
                 };
                
                 commandResult = HttpHelper.Post<CommandResult>(urlWMSdeverror, deviceErrorRequest, "璁惧鏁呴殰鍥炶皟");

--
Gitblit v1.9.3