fix field error
This commit is contained in:
parent
e28595ff97
commit
74cf7212d8
|
@ -80,7 +80,7 @@ class Review extends Zend_Controller_Plugin_Abstract
|
|||
}
|
||||
if(isset($filter['code']) && !empty($filter['code']))
|
||||
{
|
||||
$wheresql[] = " s.id=".$filter['code']." ";
|
||||
$wheresql[] = " s.sourceid=".$filter['code']." ";
|
||||
}
|
||||
|
||||
if(count($wheresql)>0)
|
||||
|
|
Loading…
Reference in New Issue