产品绩效,发布优化

This commit is contained in:
2026-01-22 16:41:22 +08:00
parent 5b8d440ff3
commit 151d4cbf5e
2 changed files with 3 additions and 2 deletions

View File

@@ -153,7 +153,7 @@
left join zt_storyspec sp on s.id = sp.story
where 1=1
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
<foreach collection="qo.storyList" item="id" index="index"
open="(" close=")" separator=",">

View File

@@ -1378,7 +1378,8 @@
#{id}
</foreach>) planReleaseStoryNum,
(SELECT count(1) waitRelease from zt_story
WHERE plan_end_date >=#{startTime} and plan_end_date &lt;=#{endTime} and releasedDate >=#{startTime}
WHERE plan_end_date >=#{startTime} and plan_end_date &lt;=#{endTime}
and releasedDate &lt;=plan_end_date
and releasedDate &lt;=#{endTime}
and status not in ('closed')
AND product in