Commit d6ce64e1 by ddx

dd

parent 8c3026c9
......@@ -550,6 +550,9 @@
<if test="reqDateEnd != null and reqDateEnd != ''">
<![CDATA[and req_date <= #{reqDateEnd}]]>
</if>
<if test="requestType != null and requestType !=''">
and is_valid = #{requestType}
</if>
order by res_date desc
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment