|
@@ -41,5 +41,9 @@ |
|
|
<if test="param.endTime != null"> |
|
|
<if test="param.endTime != null"> |
|
|
and p.create_on <= #{param.endTime} |
|
|
and p.create_on <= #{param.endTime} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="param.approvalStatus != null"> |
|
|
|
|
|
and prfd.approval_status = #{param.approvalStatus} |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |