Commit aa937405 by huluobin

update

parent 48513cab
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
and t5.`status` != 5 and t5.`status` != 5
and t5.`status` != 2 and t5.`status` != 2
and t4.`status` != 3 and t4.`status` != 3
where t4.start_time = #{days} where t4.start_time like concat(#{days},'%')
<if test="scheduleId != null"> <if test="scheduleId != null">
and t5.id != #{scheduleId} and t5.id != #{scheduleId}
</if> </if>
......
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