Browse Source

评审会议列表查询修复

master
WendyYang 1 year ago
parent
commit
3d3a748d04
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml View File

@@ -111,7 +111,7 @@
and np.project_name like concat('%', #{p.projectName}, '%') and np.project_name like concat('%', #{p.projectName}, '%')
</if> </if>
<if test="p.buildOrgName != null and p.buildOrgName.length > 0"> <if test="p.buildOrgName != null and p.buildOrgName.length > 0">
and np.build_org_name like concat('%', #{buildOrgName}, '%')
and np.build_org_name like concat('%', #{p.buildOrgName}, '%')
</if> </if>
<if test="p.reviewTimeMin != null"> <if test="p.reviewTimeMin != null">
and m.start_time &gt;= #{p.reviewTimeMin} and m.start_time &gt;= #{p.reviewTimeMin}


Loading…
Cancel
Save