* Code for story of add draft status.

This commit is contained in:
xieqiyu
2022-08-12 16:00:00 +08:00
parent d7de15ae41
commit 17773dee90
44 changed files with 495 additions and 204 deletions
+1 -1
View File
@@ -3997,7 +3997,7 @@ class execution extends control
{
foreach($planStory as $id => $story)
{
if($story->status == 'draft')
if($story->status == 'draft' or $story->status == 'reviewing')
{
$count++;
unset($planStory[$id]);