|
|
@@ -26,8 +26,8 @@ |
|
|
|
<if test="param.projectType != null"> |
|
|
|
and p.project_type = #{param.projectType} |
|
|
|
</if> |
|
|
|
<if test="param.projectYear != null"> |
|
|
|
and p.project_year = #{param.projectYear} |
|
|
|
<if test="param.year != null"> |
|
|
|
and p.project_year = #{param.year} |
|
|
|
</if> |
|
|
|
<if test="param.stage != null"> |
|
|
|
and p.stage = #{param.stage} |
|
|
@@ -35,11 +35,11 @@ |
|
|
|
<if test="param.status != null"> |
|
|
|
and p.status = #{param.status} |
|
|
|
</if> |
|
|
|
<if test="param.createOnMin != null"> |
|
|
|
and p.create_on >= #{param.createOnMin} |
|
|
|
<if test="param.startTime != null"> |
|
|
|
and p.create_on >= #{param.startTime} |
|
|
|
</if> |
|
|
|
<if test="param.createOnMax != null"> |
|
|
|
and p.create_on <= #{param.createOnMax} |
|
|
|
<if test="param.endTime != null"> |
|
|
|
and p.create_on <= #{param.endTime} |
|
|
|
</if> |
|
|
|
</select> |
|
|
|
</mapper> |