Sfoglia il codice sorgente

modify:

1. 项目阶段查询修改;
tags/24083002
WendyYang 2 settimane fa
parent
commit
dadab3a4db
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 Vedi File

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


Loading…
Annulla
Salva