Commit b67fd5f7 authored by cq990612's avatar cq990612

优化代码结构


parent 4d598174
......@@ -236,7 +236,7 @@
<include refid="table"/>
<where>
status IN (1,4)
AND DAY( timediff( now(), modify_time) ) > #{autoExamine}
AND TIMESTAMPDIFF(HOUR,modify_time,now()) > #{autoExamine}
</where>
......
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