From dea2325896c7f8bd7df5107569b71d15fede79c7 Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期四, 22 九月 2022 20:11:55 +0800
Subject: [PATCH] 1、优化图片异步上传2、bug修复3、合同bug修复4、车场相关问题

---
 java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml |   15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml
index a7073af..e3537d7 100755
--- a/java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE mapper
-        PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="orgServiceDaoImpl">
 
@@ -51,9 +50,7 @@
         <if test="allowOperation !=null and allowOperation != ''">
             and t.allow_operation= #{allowOperation}
         </if>
-
     </select>
-
 
     <!-- 淇濆瓨缁勭粐淇℃伅鑷� instance琛ㄤ腑 add by wuxw 2018-07-03 -->
     <insert id="saveOrgInfoInstance" parameterType="Map">
@@ -91,9 +88,7 @@
         <if test="allowOperation !=null and allowOperation != ''">
             and t.allow_operation= #{allowOperation}
         </if>
-
     </insert>
-
 
     <!-- 鏌ヨ缁勭粐淇℃伅 add by wuxw 2018-07-03 -->
     <select id="getOrgInfo" parameterType="Map" resultType="Map">
@@ -153,7 +148,6 @@
         </if>
     </select>
 
-
     <!-- 淇敼缁勭粐淇℃伅 add by wuxw 2018-07-03 -->
     <update id="updateOrgInfoInstance" parameterType="Map">
         update u_org t set t.status_cd = #{statusCd}
@@ -188,7 +182,6 @@
         <if test="orgId !=null and orgId != ''">
             and t.org_id= #{orgId}
         </if>
-
     </update>
 
     <!-- 鏌ヨ缁勭粐鏁伴噺 add by wuxw 2018-07-03 -->
@@ -239,11 +232,8 @@
         <if test="allowOperation !=null and allowOperation != ''">
             and t.allow_operation= #{allowOperation}
         </if>
-        <if test="orgId !=null and orgId != ''">
-            and t.org_id= #{orgId}
-        </if>
-
     </select>
+
     <!-- 鏌ヨ涓婄骇缁勭粐淇℃伅 -->
     <select id="getParentOrgInfo" parameterType="Map" resultType="Map">
         <![CDATA[
@@ -273,5 +263,4 @@
           AND o.`store_id` = #{storeId}
         ]]>
     </select>
-
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0