任务未开始开始中也计算工时,测试任务提出率修改为按照需求来
This commit is contained in:
@ -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})
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user