java110
2023-05-30 f14c50cb0036d3ddd655ce4e34732ba396a836c4
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}