From d7d9b601b2e4fdb663375993e2cfbdbd363df421 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 11 七月 2023 22:17:37 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-db/src/main/resources/mapper/user/ExamineStaffProjectV1ServiceDaoImplMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/ExamineStaffProjectV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/ExamineStaffProjectV1ServiceDaoImplMapper.xml
index 5651502..2685f0a 100644
--- a/java110-db/src/main/resources/mapper/user/ExamineStaffProjectV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/ExamineStaffProjectV1ServiceDaoImplMapper.xml
@@ -18,8 +18,10 @@
<!-- 鏌ヨ鍛樺伐鑰冩牳椤圭洰淇℃伅 add by wuxw 2018-07-03 -->
<select id="getExamineStaffProjectInfo" parameterType="Map" resultType="Map">
select t.es_id,t.es_id esId,t.esp_id,t.esp_id espId,t.status_cd,t.status_cd
- statusCd,t.community_id,t.community_id communityId,t.project_id,t.project_id projectId
+ statusCd,t.community_id,t.community_id communityId,t.project_id,t.project_id projectId,
+ ep.`name` projectName,ep.weight
from examine_staff_project t
+ left join examine_project ep on t.project_id = ep.project_id and ep.status_cd = '0'
where 1 =1
<if test="esId !=null and esId != ''">
and t.es_id= #{esId}
--
Gitblit v1.8.0