Commit f99502fa authored by duanzhihong's avatar duanzhihong

查找

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