@@ -314,7 +314,7 @@
<if test='status !="" and status != null'>
and status=#{status}
</if>
- <if test='ffirstApproveDate !=""'>
+ <if test='ffirstApproveDate !="" and ffirstApproveDate != null'>
and first_approve_date like concat(#{ffirstApproveDate},'%')