Parcourir la source

评审会议列表查询修复

master
WendyYang il y a 1 an
Parent
révision
3d3a748d04
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier

@@ -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}


Chargement…
Annuler
Enregistrer