diff --git a/application/models/Dataorder.php b/application/models/Dataorder.php index 3cf17a6d..0a96dd04 100644 --- a/application/models/Dataorder.php +++ b/application/models/Dataorder.php @@ -26,7 +26,7 @@ class Dataorder elseif ($statu==-1) $wheresql[] = " (o.pdflink is not null and d.status=-1)"; elseif ($statu == 3) - $wheresql[] = " (o.pdflink is not null and d.status=3 ) "; + $wheresql[] = " (o.applicationform is not null and d.status=3 ) "; elseif ($statu == 5) $wheresql[] = " (o.status=5) "; else