From 3a583be2297a3cc98edae23577ce985a332dfc36 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 18 三月 2021 13:25:03 +0800
Subject: [PATCH] 加入 停车场属性

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

diff --git a/java110-db/src/main/resources/mapper/community/InspectionServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/InspectionServiceDaoImplMapper.xml
index ac72ef7..48b58a5 100644
--- a/java110-db/src/main/resources/mapper/community/InspectionServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/InspectionServiceDaoImplMapper.xml
@@ -196,7 +196,6 @@
         t.community_id communityId,t.b_id,t.b_id bId,
         t.point_obj_type,t.point_obj_id,t.point_obj_name,
         t.point_obj_type pointObjType,t.point_obj_id pointObjId,t.point_obj_name pointObjName
-        d.name locationTypeName
         from inspection_point t
         left join inspection_route_point_rel c on t.inspection_id = c.inspection_id and c.status_cd = '0' and c.inspection_route_id = #{inspectionRouteId}
         where 1 =1

--
Gitblit v1.8.0