Commit d6ce64e1 by ddx

dd

parent 8c3026c9
...@@ -550,6 +550,9 @@ ...@@ -550,6 +550,9 @@
<if test="reqDateEnd != null and reqDateEnd != ''"> <if test="reqDateEnd != null and reqDateEnd != ''">
<![CDATA[and req_date <= #{reqDateEnd}]]> <![CDATA[and req_date <= #{reqDateEnd}]]>
</if> </if>
<if test="requestType != null and requestType !=''">
and is_valid = #{requestType}
</if>
order by res_date desc order by res_date desc
</select> </select>
</mapper> </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