diff --git a/pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml b/pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml index e030cd3..9e0ac18 100644 --- a/pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml +++ b/pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml @@ -111,7 +111,7 @@ and np.project_name like concat('%', #{p.projectName}, '%') - and np.build_org_name like concat('%', #{buildOrgName}, '%') + and np.build_org_name like concat('%', #{p.buildOrgName}, '%') and m.start_time >= #{p.reviewTimeMin}