fix field error

This commit is contained in:
wlx 2013-06-16 15:28:28 +00:00
parent e28595ff97
commit 74cf7212d8
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Review extends Zend_Controller_Plugin_Abstract
} }
if(isset($filter['code']) && !empty($filter['code'])) if(isset($filter['code']) && !empty($filter['code']))
{ {
$wheresql[] = " s.id=".$filter['code']." "; $wheresql[] = " s.sourceid=".$filter['code']." ";
} }
if(count($wheresql)>0) if(count($wheresql)>0)