From adf52922fbe13bc6c164b5dafeb0e445ca2f214f Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 17 一月 2025 14:15:52 +0800
Subject: [PATCH] WCS返回出库完成信号 更改
---
Wms/WMS.DAL/SysInfrastructure/StorageLocatRepository.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.DAL/SysInfrastructure/StorageLocatRepository.cs b/Wms/WMS.DAL/SysInfrastructure/StorageLocatRepository.cs
index 5bcced6..6356608 100644
--- a/Wms/WMS.DAL/SysInfrastructure/StorageLocatRepository.cs
+++ b/Wms/WMS.DAL/SysInfrastructure/StorageLocatRepository.cs
@@ -29,7 +29,7 @@
/// <param name="temperature">瀛樺偍鐜</param>
/// <param name="userId">鎿嶄綔浜�</param>
/// <returns></returns>
- public bool EditStorageLocat(int id, string status, string flag, string temperature, int userId)
+ public bool EditStorageLocat(int id, string status, string flag, string temperature,string area, int userId)
{
try
{
@@ -69,6 +69,7 @@
locate.Temperature = temperature;
locate.UpdateUser = userId;
locate.UpdateTime = DateTime.Now;
+ locate.AreaNo = area;
var i = Edit(locate);
Db.CommitTran();
return i > 0;
--
Gitblit v1.8.0