fix logic error
This commit is contained in:
parent
c72218cc51
commit
387f457031
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue