From 51aebb52e3f964ad5d0e96c6b92ae8e455b24ceb Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 10 四月 2026 13:08:17 +0800
Subject: [PATCH] 需要修改的,   不选板材,直接按照板材规格扣减库存。  发版套数不填的话就是1.  扣减库存的量就是  数量*发版套数 20260410  试卷 6年级添加 答题卡 选项  完成

---
 CY_ECommercePlatform/CY.BLL/OA/OA_CorporateClientsBLL.cs |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.BLL/OA/OA_CorporateClientsBLL.cs b/CY_ECommercePlatform/CY.BLL/OA/OA_CorporateClientsBLL.cs
index d07475a..762800b 100644
--- a/CY_ECommercePlatform/CY.BLL/OA/OA_CorporateClientsBLL.cs
+++ b/CY_ECommercePlatform/CY.BLL/OA/OA_CorporateClientsBLL.cs
@@ -1063,6 +1063,37 @@
 
 
 
+
+        /// <summary>
+        /// 鏂板鍚堜綔瀹㈡埛璁捐娌熼��
+        /// </summary>
+        /// <param name="trueModel"></param>
+        /// <returns></returns>
+        public bool InsertModelSheji(CY.Model.OA_CorporateClientsSheji trueModel)
+        {
+            try
+            {
+                return _IOA_CorporateClientsDal.InsertModelSheji(trueModel);
+            }
+            catch (Exception ex)
+            {
+                throw ex;
+            }
+        }
+
+
+        /// <summary>
+        /// 鏍规嵁瀹㈡埛id鏌ヨ璁捐娌熼��
+        /// </summary>
+        /// <param name="CustomId">瀹㈡埛id</param>
+        /// <returns></returns>
+        public IEnumerable<OA_CorporateClientsSheji> SelectShejiListByCorId(Guid CustomId)
+        {
+            return _IOA_CorporateClientsDal.SelectShejiListByCorId(CustomId);
+        }
+
+
+
         /// <summary>
         /// 鏂板鍚堜綔瀹㈡埛璁㈠崟闇�姹�
         /// </summary>
@@ -1244,5 +1275,16 @@
         {
             return _IOA_CorporateClientsDal.SelectVisitByKeyid(Keyid);
         }
+
+
+        /// <summary>
+        /// 鍗曚釜鏌ヨ璁捐娌熼��
+        /// </summary>
+        /// <param name="Keyid">缂栧彿</param>
+        /// <returns></returns>
+        public OA_CorporateClientsSheji SelectShejiByKeyid(Guid Keyid)
+        {
+            return _IOA_CorporateClientsDal.SelectShejiByKeyid(Keyid);
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1