From 19e95f4acc328bbf62a0427fe658d00268019e66 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期一, 07 四月 2025 10:14:34 +0800
Subject: [PATCH] 修改IIS配置
---
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