Ver código fonte

评审会议列表查询修复

master
WendyYang 1 ano atrás
pai
commit
3d3a748d04
1 arquivos alterados com 1 adições e 1 exclusões
  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 Ver arquivo

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


Carregando…
Cancelar
Salvar