Przeglądaj źródła

modify:

1. 项目阶段查询修改;
tags/24083002
WendyYang 2 tygodni temu
rodzic
commit
dadab3a4db
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      hz-pm-api/src/main/java/com/hz/pm/api/projectlib/mapper/ProjectMapper.xml

+ 3
- 0
hz-pm-api/src/main/java/com/hz/pm/api/projectlib/mapper/ProjectMapper.xml Wyświetl plik

@@ -359,6 +359,9 @@
<if test="req.status != null">
and p.status = #{req.status}
</if>
<if test="req.stage != null">
and p.stage = #{req.stage}
</if>
<if test="req.projectYear != null">
and p.project_year = #{req.projectYear}
</if>


Ładowanie…
Anuluj
Zapisz