From 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 19 八月 2021 00:47:48 +0800
Subject: [PATCH] 优化代码

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

diff --git a/java110-db/src/main/resources/mapper/store/StorehouseServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/store/StorehouseServiceDaoImplMapper.xml
index 1fbe007..506a8ea 100644
--- a/java110-db/src/main/resources/mapper/store/StorehouseServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/store/StorehouseServiceDaoImplMapper.xml
@@ -13,7 +13,6 @@
         )
     </insert>
 
-
     <!-- 鏌ヨ浠撳簱淇℃伅锛圔usiness锛� add by wuxw 2018-07-03 -->
     <select id="getBusinessStorehouseInfo" parameterType="Map" resultType="Map">
         select t.sh_desc,t.sh_desc shDesc,t.sh_type,t.sh_type shType,t.sh_obj_id,t.sh_obj_id
@@ -45,9 +44,7 @@
         <if test="storeId !=null and storeId != ''">
             and t.store_id= #{storeId}
         </if>
-
     </select>
-
 
     <!-- 淇濆瓨浠撳簱淇℃伅鑷� instance琛ㄤ腑 add by wuxw 2018-07-03 -->
     <insert id="saveStorehouseInfoInstance" parameterType="Map">
@@ -77,9 +74,7 @@
         <if test="storeId !=null and storeId != ''">
             and t.store_id= #{storeId}
         </if>
-
     </insert>
-
 
     <!-- 鏌ヨ浠撳簱淇℃伅 add by wuxw 2018-07-03 -->
     <select id="getStorehouseInfo" parameterType="Map" resultType="Map">
@@ -122,9 +117,7 @@
         <if test="page != -1 and page != null ">
             limit #{page}, #{row}
         </if>
-
     </select>
-
 
     <!-- 淇敼浠撳簱淇℃伅 add by wuxw 2018-07-03 -->
     <update id="updateStorehouseInfoInstance" parameterType="Map">
@@ -154,7 +147,6 @@
         <if test="bId !=null and bId != ''">
             and t.b_id= #{bId}
         </if>
-
     </update>
 
     <!-- 鏌ヨ浠撳簱鏁伴噺 add by wuxw 2018-07-03 -->
@@ -192,8 +184,5 @@
         <if test="storeId !=null and storeId != ''">
             and t.store_id= #{storeId}
         </if>
-
-
     </select>
-
 </mapper>

--
Gitblit v1.8.0