From 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 04 九月 2021 16:00:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-db/src/main/resources/mapper/store/AllocationStorehouseServiceDaoImplMapper.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/store/AllocationStorehouseServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/store/AllocationStorehouseServiceDaoImplMapper.xml
index 833718e..77e264f 100644
--- a/java110-db/src/main/resources/mapper/store/AllocationStorehouseServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/store/AllocationStorehouseServiceDaoImplMapper.xml
@@ -13,6 +13,15 @@
         )
     </insert>
 
+    <!-- 淇濆瓨浠撳簱璋冩嫧淇℃伅 add by wuxw 2018-07-03 -->
+    <insert id="saveAllocationStorehouseInfo" parameterType="Map">
+        insert into allocation_storehouse(
+        as_id,b_id,sh_id_a,sh_id_z,res_id,res_name,store_id,stock,start_user_id,start_user_name,create_time,remark,apply_id,original_stock
+        ) values (
+        #{asId},#{bId},#{shIda},#{shIdz},#{resId},#{resName},#{storeId},#{stock},#{startUserId},#{startUserName},#{createTime},#{remark},#{applyId},#{originalStock}
+        )
+    </insert>
+
     <!-- 鏌ヨ浠撳簱璋冩嫧淇℃伅锛圔usiness锛� add by wuxw 2018-07-03 -->
     <select id="getBusinessAllocationStorehouseInfo" parameterType="Map" resultType="Map">
         select t.as_id,t.as_id asId,t.store_id,t.store_id storeId,t.res_id,t.res_id resId,t.sh_id_z,t.sh_id_z

--
Gitblit v1.8.0