From 157abc191c34e57c1b958ae74fc3de6518ca8a30 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 28 二月 2025 11:06:36 +0800
Subject: [PATCH] 修改客户需求
---
Wms/WMS.BLL/SysServer/ExceptionServer.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.BLL/SysServer/ExceptionServer.cs b/Wms/WMS.BLL/SysServer/ExceptionServer.cs
index 901b136..fab78c7 100644
--- a/Wms/WMS.BLL/SysServer/ExceptionServer.cs
+++ b/Wms/WMS.BLL/SysServer/ExceptionServer.cs
@@ -228,6 +228,7 @@
{
//鍌ㄤ綅琛�, 灏嗗偍浣嶆爣蹇桭lag淇敼涓猴細0锛氭甯�
storageLocat.Flag = "0";
+ storageLocat.Status = "1";
storageLocat.UpdateUser = tabledto.UpdateUser;
storageLocat.UpdateTime = time;
@@ -240,7 +241,7 @@
Db.Updateable(stockDetail).UpdateColumns(it => new { it.LockQty, it.Status, it.UpdateUser, it.UpdateTime }).ExecuteCommand();
//搴撳瓨鎬昏〃锛屼慨鏀归攣瀹氭暟閲廘ockQty=閿佸畾鏁伴噺-鎵樼洏鏁伴噺
- stock.LockQty = Convert.ToInt32(stock.LockQty - stockDetail.Qty);
+ stock.LockQty = Convert.ToDecimal(stock.LockQty - stockDetail.Qty);
stock.UpdateUser = tabledto.UpdateUser;
stock.UpdateTime = time;
--
Gitblit v1.8.0