fix sql error
This commit is contained in:
parent
99088092ac
commit
ef18c978fe
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue