任务未开始开始中也计算工时,测试任务提出率修改为按照需求来

This commit is contained in:
2025-07-24 13:30:24 +08:00
parent 28e4e83342
commit c68b6951e1
26 changed files with 587 additions and 416 deletions

View File

@ -644,8 +644,12 @@
#{id}
</foreach>
and (
(openedDate >= #{start} and s.openedDate <![CDATA[<=]]> #{end})
(
s.status in ('wait','doing') and s.deadline >= #{start}
and DATE_ADD(deadline, INTERVAL 1 DAY) <![CDATA[<]]> #{end}
)
or
( finishedDate >= #{start} and s.finishedDate <![CDATA[<=]]> #{end})
)