From d34ca25b9754e49b2d1220ff9f0de6af9b734d99 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 23 四月 2025 08:59:57 +0800
Subject: [PATCH] 类型放前面   人放在最后面 客供文件就没有人

---
 CY_ECommercePlatform/CY.SQLDAL/OA/OA_StaffDAL.cs |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CY_ECommercePlatform/CY.SQLDAL/OA/OA_StaffDAL.cs b/CY_ECommercePlatform/CY.SQLDAL/OA/OA_StaffDAL.cs
index 5bf7d7d..693abff 100644
--- a/CY_ECommercePlatform/CY.SQLDAL/OA/OA_StaffDAL.cs
+++ b/CY_ECommercePlatform/CY.SQLDAL/OA/OA_StaffDAL.cs
@@ -96,7 +96,11 @@
                     new SqlParameter("@ManageProvince", trueModel.ManageProvince) ,            
                     new SqlParameter("@ManageCity", trueModel.ManageCity) ,            
                     new SqlParameter("@ManageCountry", trueModel.ManageCountry) ,            
-                    new SqlParameter("@ManageCountry1", trueModel.ManageCountry1) 
+                    new SqlParameter("@ManageCountry1", trueModel.ManageCountry1) ,
+                    new SqlParameter("@BF_IsDeliverManage", trueModel.BF_IsDeliverManage) ,
+                    new SqlParameter("@BF_IsDriver", trueModel.BF_IsDriver) ,
+                      new SqlParameter("@BF_Isbaoxiaojingli", trueModel.BF_Isbaoxiaojingli) ,
+                         new SqlParameter("@BF_IsBaoxiaozhuguan", trueModel.BF_IsBaoxiaozhuguan) ,
             };
             try
             {
@@ -186,7 +190,11 @@
                     new SqlParameter("@ManageProvince", trueModel.ManageProvince) ,
                     new SqlParameter("@ManageCity", trueModel.ManageCity) ,            
                     new SqlParameter("@ManageCountry", trueModel.ManageCountry)  ,            
-                    new SqlParameter("@ManageCountry1", trueModel.ManageCountry1) 
+                    new SqlParameter("@ManageCountry1", trueModel.ManageCountry1) ,
+                    new SqlParameter("@BF_IsDeliverManage", trueModel.BF_IsDeliverManage) ,
+                    new SqlParameter("@BF_IsDriver", trueModel.BF_IsDriver) ,
+                         new SqlParameter("@BF_Isbaoxiaojingli", trueModel.BF_Isbaoxiaojingli) ,
+                         new SqlParameter("@BF_IsBaoxiaozhuguan", trueModel.BF_IsBaoxiaozhuguan) ,
             };
             try
             {

--
Gitblit v1.9.1