From 7d21be9c370e4ece9c07d040b3937adb17809e13 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 18 三月 2021 12:56:23 +0800
Subject: [PATCH] 加入 停车场属性

---
 java110-db/src/main/resources/mapper/community/AppServiceDaoImplMapper.xml |  266 ++++++++++++++++++++++++++--------------------------
 1 files changed, 133 insertions(+), 133 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/community/AppServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/AppServiceDaoImplMapper.xml
index 6117a50..9465cfd 100644
--- a/java110-db/src/main/resources/mapper/community/AppServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/AppServiceDaoImplMapper.xml
@@ -5,169 +5,169 @@
 <mapper namespace="appServiceDaoImpl">
 
     <!-- 淇濆瓨搴旂敤淇℃伅 add by wuxw 2018-07-03 -->
-       <insert id="saveAppInfo" parameterType="Map">
-           insert into c_app(
-status_cd,app_id,black_list_ip,name,security_code,remark,while_list_ip
-) values (
-'0',#{appId},#{blackListIp},#{name},#{securityCode},#{remark},#{whileListIp}
-)
-       </insert>
+    <insert id="saveAppInfo" parameterType="Map">
+        insert into c_app(
+        status_cd,app_id,black_list_ip,name,security_code,remark,while_list_ip
+        ) values (
+        '0',#{appId},#{blackListIp},#{name},#{securityCode},#{remark},#{whileListIp}
+        )
+    </insert>
 
 
-       <!-- 鏌ヨ搴旂敤淇℃伅锛圔usiness锛� add by wuxw 2018-07-03 -->
-       <select id="getBusinessAppInfo" parameterType="Map" resultType="Map">
-           select  t.operate,t.app_id,t.app_id appId,t.black_list_ip,t.black_list_ip blackListIp,t.name,t.security_code,t.security_code securityCode,t.remark,t.while_list_ip,t.while_list_ip whileListIp
-from business_app t 
-where 1 =1 
-<if test="operate !=null and operate != ''">
-   and t.operate= #{operate}
-</if> 
-<if test="appId !=null and appId != ''">
-   and t.app_id= #{appId}
-</if> 
-<if test="blackListIp !=null and blackListIp != ''">
-   and t.black_list_ip= #{blackListIp}
-</if> 
-<if test="name !=null and name != ''">
-   and t.name= #{name}
-</if> 
-<if test="securityCode !=null and securityCode != ''">
-   and t.security_code= #{securityCode}
-</if> 
-<if test="remark !=null and remark != ''">
-   and t.remark= #{remark}
-</if> 
+    <!-- 鏌ヨ搴旂敤淇℃伅锛圔usiness锛� add by wuxw 2018-07-03 -->
+    <select id="getBusinessAppInfo" parameterType="Map" resultType="Map">
+        select t.operate,t.app_id,t.app_id appId,t.black_list_ip,t.black_list_ip
+        blackListIp,t.name,t.security_code,t.security_code securityCode,t.remark,t.while_list_ip,t.while_list_ip
+        whileListIp
+        from business_app t
+        where 1 =1
+        <if test="operate !=null and operate != ''">
+            and t.operate= #{operate}
+        </if>
+        <if test="appId !=null and appId != ''">
+            and t.app_id= #{appId}
+        </if>
+        <if test="blackListIp !=null and blackListIp != ''">
+            and t.black_list_ip= #{blackListIp}
+        </if>
+        <if test="name !=null and name != ''">
+            and t.name= #{name}
+        </if>
+        <if test="securityCode !=null and securityCode != ''">
+            and t.security_code= #{securityCode}
+        </if>
+        <if test="remark !=null and remark != ''">
+            and t.remark= #{remark}
+        </if>
 
-<if test="whileListIp !=null and whileListIp != ''">
-   and t.while_list_ip= #{whileListIp}
-</if> 
+        <if test="whileListIp !=null and whileListIp != ''">
+            and t.while_list_ip= #{whileListIp}
+        </if>
 
-       </select>
-
-
-
+    </select>
 
 
     <!-- 淇濆瓨搴旂敤淇℃伅鑷� instance琛ㄤ腑 add by wuxw 2018-07-03 -->
     <insert id="saveAppInfoInstance" parameterType="Map">
         insert into c_app(
-app_id,black_list_ip,name,security_code,remark,status_cd,while_list_ip
-) select t.app_id,t.black_list_ip,t.name,t.security_code,t.remark,'0',t.while_list_ip from business_app t where 1=1
-   and t.operate= 'ADD'
-<if test="appId !=null and appId != ''">
-   and t.app_id= #{appId}
-</if> 
-<if test="blackListIp !=null and blackListIp != ''">
-   and t.black_list_ip= #{blackListIp}
-</if> 
-<if test="name !=null and name != ''">
-   and t.name= #{name}
-</if> 
-<if test="securityCode !=null and securityCode != ''">
-   and t.security_code= #{securityCode}
-</if> 
-<if test="remark !=null and remark != ''">
-   and t.remark= #{remark}
-</if> 
+        app_id,black_list_ip,name,security_code,remark,status_cd,while_list_ip
+        ) select t.app_id,t.black_list_ip,t.name,t.security_code,t.remark,'0',t.while_list_ip from business_app t where
+        1=1
+        and t.operate= 'ADD'
+        <if test="appId !=null and appId != ''">
+            and t.app_id= #{appId}
+        </if>
+        <if test="blackListIp !=null and blackListIp != ''">
+            and t.black_list_ip= #{blackListIp}
+        </if>
+        <if test="name !=null and name != ''">
+            and t.name= #{name}
+        </if>
+        <if test="securityCode !=null and securityCode != ''">
+            and t.security_code= #{securityCode}
+        </if>
+        <if test="remark !=null and remark != ''">
+            and t.remark= #{remark}
+        </if>
 
-<if test="whileListIp !=null and whileListIp != ''">
-   and t.while_list_ip= #{whileListIp}
-</if> 
+        <if test="whileListIp !=null and whileListIp != ''">
+            and t.while_list_ip= #{whileListIp}
+        </if>
 
     </insert>
 
 
-
     <!-- 鏌ヨ搴旂敤淇℃伅 add by wuxw 2018-07-03 -->
     <select id="getAppInfo" parameterType="Map" resultType="Map">
-        select  t.app_id,t.app_id appId,t.black_list_ip,t.black_list_ip blackListIp,t.name,t.security_code,t.security_code securityCode,t.remark,t.status_cd,t.status_cd statusCd,t.while_list_ip,t.while_list_ip whileListIp
-from c_app t 
-where 1 =1 
-<if test="appId !=null and appId != ''">
-   and t.app_id= #{appId}
-</if> 
-<if test="blackListIp !=null and blackListIp != ''">
-   and t.black_list_ip= #{blackListIp}
-</if> 
-<if test="name !=null and name != ''">
-   and t.name= #{name}
-</if> 
-<if test="securityCode !=null and securityCode != ''">
-   and t.security_code= #{securityCode}
-</if> 
-<if test="remark !=null and remark != ''">
-   and t.remark= #{remark}
-</if> 
-<if test="statusCd !=null and statusCd != ''">
-   and t.status_cd= #{statusCd}
-</if> 
+        select t.app_id,t.app_id appId,t.black_list_ip,t.black_list_ip
+        blackListIp,t.name,t.security_code,t.security_code securityCode,t.remark,t.status_cd,t.status_cd
+        statusCd,t.while_list_ip,t.while_list_ip whileListIp
+        from c_app t
+        where 1 =1
+        <if test="appId !=null and appId != ''">
+            and t.app_id= #{appId}
+        </if>
+        <if test="blackListIp !=null and blackListIp != ''">
+            and t.black_list_ip= #{blackListIp}
+        </if>
+        <if test="name !=null and name != ''">
+            and t.name like concat('%',#{name},'%')
+        </if>
+        <if test="securityCode !=null and securityCode != ''">
+            and t.security_code= #{securityCode}
+        </if>
+        <if test="remark !=null and remark != ''">
+            and t.remark= #{remark}
+        </if>
+        <if test="statusCd !=null and statusCd != ''">
+            and t.status_cd= #{statusCd}
+        </if>
 
-<if test="whileListIp !=null and whileListIp != ''">
-   and t.while_list_ip= #{whileListIp}
-</if> 
-<if test="page != -1 and page != null ">
-   limit #{page}, #{row}
-</if> 
+        <if test="whileListIp !=null and whileListIp != ''">
+            and t.while_list_ip= #{whileListIp}
+        </if>
+        <if test="page != -1 and page != null ">
+            limit #{page}, #{row}
+        </if>
 
     </select>
 
 
-
-
     <!-- 淇敼搴旂敤淇℃伅 add by wuxw 2018-07-03 -->
     <update id="updateAppInfo" parameterType="Map">
-        update  c_app t set t.status_cd = #{statusCd}
-<if test="blackListIp !=null and blackListIp != ''">
-, t.black_list_ip= #{blackListIp}
-</if> 
-<if test="name !=null and name != ''">
-, t.name= #{name}
-</if> 
-<if test="securityCode !=null and securityCode != ''">
-, t.security_code= #{securityCode}
-</if> 
-<if test="remark !=null and remark != ''">
-, t.remark= #{remark}
-</if> 
+        update c_app t set t.status_cd = #{statusCd}
+        <if test="blackListIp !=null and blackListIp != ''">
+            , t.black_list_ip= #{blackListIp}
+        </if>
+        <if test="name !=null and name != ''">
+            , t.name= #{name}
+        </if>
+        <if test="securityCode !=null and securityCode != ''">
+            , t.security_code= #{securityCode}
+        </if>
+        <if test="remark !=null and remark != ''">
+            , t.remark= #{remark}
+        </if>
 
-<if test="whileListIp !=null and whileListIp != ''">
-, t.while_list_ip= #{whileListIp}
-</if> 
- where 1=1 <if test="appId !=null and appId != ''">
-and t.app_id= #{appId}
-</if> 
+        <if test="whileListIp !=null and whileListIp != ''">
+            , t.while_list_ip= #{whileListIp}
+        </if>
+        where 1=1
+        <if test="appId !=null and appId != ''">
+            and t.app_id= #{appId}
+        </if>
 
     </update>
 
     <!-- 鏌ヨ搴旂敤鏁伴噺 add by wuxw 2018-07-03 -->
-     <select id="queryAppsCount" parameterType="Map" resultType="Map">
-        select  count(1) count 
-from c_app t 
-where 1 =1 
-<if test="appId !=null and appId != ''">
-   and t.app_id= #{appId}
-</if> 
-<if test="blackListIp !=null and blackListIp != ''">
-   and t.black_list_ip= #{blackListIp}
-</if> 
-<if test="name !=null and name != ''">
-   and t.name= #{name}
-</if> 
-<if test="securityCode !=null and securityCode != ''">
-   and t.security_code= #{securityCode}
-</if> 
-<if test="remark !=null and remark != ''">
-   and t.remark= #{remark}
-</if> 
-<if test="statusCd !=null and statusCd != ''">
-   and t.status_cd= #{statusCd}
-</if> 
+    <select id="queryAppsCount" parameterType="Map" resultType="Map">
+        select count(1) count
+        from c_app t
+        where 1 =1
+        <if test="appId !=null and appId != ''">
+            and t.app_id= #{appId}
+        </if>
+        <if test="blackListIp !=null and blackListIp != ''">
+            and t.black_list_ip= #{blackListIp}
+        </if>
+        <if test="name !=null and name != ''">
+            and t.name like concat('%',#{name},'%')
+        </if>
+        <if test="securityCode !=null and securityCode != ''">
+            and t.security_code= #{securityCode}
+        </if>
+        <if test="remark !=null and remark != ''">
+            and t.remark= #{remark}
+        </if>
+        <if test="statusCd !=null and statusCd != ''">
+            and t.status_cd= #{statusCd}
+        </if>
 
-<if test="whileListIp !=null and whileListIp != ''">
-   and t.while_list_ip= #{whileListIp}
-</if> 
+        <if test="whileListIp !=null and whileListIp != ''">
+            and t.while_list_ip= #{whileListIp}
+        </if>
 
 
-     </select>
+    </select>
 
 </mapper>

--
Gitblit v1.8.0