This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
28
Wiki
Activity
Browse Source
modify:
1. 项目阶段查询修改;
tags/24083002
WendyYang
2 months ago
parent
32d1b8ccf5
commit
dadab3a4db
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save