fix logic error

This commit is contained in:
wlx 2011-10-29 08:26:50 +00:00
parent c72218cc51
commit 387f457031
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class ReviewController extends Zend_Controller_Action
$redirectlink='/review/review/uuid/'.$uuid.'/';
if($md['status']>5)
if($md['status']>4)
{
$this->messenger->addMessage('该数据已经通过评审,不能再发表评审意见,如需提交问题,请联系数据管理员');
$this->_redirect($redirectlink);