Commit f99502fa authored by duanzhihong's avatar duanzhihong

查找

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