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