Commit dcd24d6e authored by duanzhihong's avatar duanzhihong

查找

parent f99502fa
......@@ -137,7 +137,7 @@
<if test="endTime != null">
and detail.SRV_DATE &lt;= #{endTime}
</if>
<if test="status != null ">
<if test="status != null and status != ''">
and detail.status = #{status}
</if>
<if test="modeId != null and modeId != ''">
......
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