From 0a110b2ae33b36d11f4a09f503e62ae5f0e64451 Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期三, 01 四月 2026 10:40:38 +0800
Subject: [PATCH] 出运单修改

---
 WebAPI/Controllers/物流管理/出运单/WLYayBillController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebAPI/Controllers/\347\211\251\346\265\201\347\256\241\347\220\206/\345\207\272\350\277\220\345\215\225/WLYayBillController.cs" "b/WebAPI/Controllers/\347\211\251\346\265\201\347\256\241\347\220\206/\345\207\272\350\277\220\345\215\225/WLYayBillController.cs"
index 5b55ff4..9f9cd25 100644
--- "a/WebAPI/Controllers/\347\211\251\346\265\201\347\256\241\347\220\206/\345\207\272\350\277\220\345\215\225/WLYayBillController.cs"
+++ "b/WebAPI/Controllers/\347\211\251\346\265\201\347\256\241\347\220\206/\345\207\272\350\277\220\345\215\225/WLYayBillController.cs"
@@ -577,7 +577,7 @@
                     var HName = ds.Tables[0].Rows[0]["HName"].ToString();
                     var HIDCard = ds.Tables[0].Rows[0]["HIDCard"].ToString();
                     oCN.BeginTran();
-                    oCN.RunProc("update WL_YayBillMain set HDriverID='" + HcheckID + "', DriverHName='" + HName + "', DriverHIDCard='" + HIDCard + "' where HInterID=" + HInterID);
+                    oCN.RunProc("update WL_YayBillMain set HDriverID='" + HcheckID + "', DriverHName='" + HName + "', DriverHIDCard='" + HIDCard + "',HDate_AllocationDriver=getdate() where HInterID=" + HInterID);
                     oCN.Commit();
 
                     objJsonResult.code = "1";

--
Gitblit v1.9.1