fix sql error

This commit is contained in:
wlx 2013-10-08 10:34:14 +00:00
parent 99088092ac
commit ef18c978fe
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Dataorder
elseif ($statu==-1) elseif ($statu==-1)
$wheresql[] = " (o.pdflink is not null and d.status=-1)"; $wheresql[] = " (o.pdflink is not null and d.status=-1)";
elseif ($statu == 3) 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) elseif ($statu == 5)
$wheresql[] = " (o.status=5) "; $wheresql[] = " (o.status=5) ";
else else