修改错误的过期时间

上级 595fbc69
...@@ -2201,7 +2201,7 @@ ...@@ -2201,7 +2201,7 @@
</if> </if>
<choose> <choose>
<when test="sort == 1"> <when test="sort == 1">
AND ri.task_end_time >= NOW() AND ri.task_end_time >= DATE(NOW())
</when> </when>
<otherwise> <otherwise>
AND NOW() > ri.task_end_time AND NOW() > ri.task_end_time
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论