From 781c2e20a4bb844dae3f4eafbf5f0e494b942ea8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 25 五月 2023 18:07:08 +0800
Subject: [PATCH] optimize
---
java110-db/src/main/resources/mapper/user/ExamineStaffValueV1ServiceDaoImplMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/ExamineStaffValueV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/ExamineStaffValueV1ServiceDaoImplMapper.xml
index 7caf10a..adc1572 100644
--- a/java110-db/src/main/resources/mapper/user/ExamineStaffValueV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/ExamineStaffValueV1ServiceDaoImplMapper.xml
@@ -21,8 +21,9 @@
esId,t.staff_name,t.staff_name staffName,t.status_cd,t.status_cd statusCd,t.owner_id,t.owner_id
ownerId,t.community_id,t.community_id communityId,t.project_id,t.project_id
projectId,t.examine_value,t.examine_value examineValue,t.staff_id,t.staff_id staffId,t.room_id,t.room_id
- roomId,t.room_name,t.room_name roomName,t.es_year esYear
+ roomId,t.room_name,t.room_name roomName,t.es_year esYear,t.create_time createTime,ep.`name` projectName,ep.post,ep.weight
from examine_staff_value t
+ left join examine_project ep on t.project_id = ep.project_id and ep.status_cd = '0'
where 1 =1
<if test="ownerName !=null and ownerName != ''">
and t.owner_name= #{ownerName}
--
Gitblit v1.8.0