Browse Source

modify:

1. 项目阶段查询修改;
tags/24083002
WendyYang 2 weeks ago
parent
commit
dadab3a4db
1 changed files with 3 additions and 0 deletions
  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 View 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…
Cancel
Save