产品绩效,发布优化
This commit is contained in:
@@ -153,7 +153,7 @@
|
|||||||
left join zt_storyspec sp on s.id = sp.story
|
left join zt_storyspec sp on s.id = sp.story
|
||||||
where 1=1
|
where 1=1
|
||||||
and s.status='active'
|
and s.status='active'
|
||||||
and stage in ('wait','projected','developing','developed','testing','tested')
|
and stage in ('wait','projected','developing','developed','testing','tested','productWaitVerified','productVerified')
|
||||||
and s.id in
|
and s.id in
|
||||||
<foreach collection="qo.storyList" item="id" index="index"
|
<foreach collection="qo.storyList" item="id" index="index"
|
||||||
open="(" close=")" separator=",">
|
open="(" close=")" separator=",">
|
||||||
|
|||||||
@@ -1378,7 +1378,8 @@
|
|||||||
#{id}
|
#{id}
|
||||||
</foreach>) planReleaseStoryNum,
|
</foreach>) planReleaseStoryNum,
|
||||||
(SELECT count(1) waitRelease from zt_story
|
(SELECT count(1) waitRelease from zt_story
|
||||||
WHERE plan_end_date >=#{startTime} and plan_end_date <=#{endTime} and releasedDate >=#{startTime}
|
WHERE plan_end_date >=#{startTime} and plan_end_date <=#{endTime}
|
||||||
|
and releasedDate <=plan_end_date
|
||||||
and releasedDate <=#{endTime}
|
and releasedDate <=#{endTime}
|
||||||
and status not in ('closed')
|
and status not in ('closed')
|
||||||
AND product in
|
AND product in
|
||||||
|
|||||||
Reference in New Issue
Block a user