操作成功才计数
This commit is contained in:
parent
593787fa2c
commit
d41e029f99
|
@ -239,8 +239,7 @@ class Admin_DownController extends Zend_Controller_Action
|
|||
if (empty($v['userid']))
|
||||
{
|
||||
$sql="update offlineapp set userid='{$v['uid']}' where id='{$v['oid']}'";
|
||||
$re=$this->db->exec($sql);
|
||||
$s++;
|
||||
if ($this->db->exec($sql)) $s++;
|
||||
}
|
||||
}
|
||||
$this->messenger->addMessage('提示信息:已有 '.$s.' 条记录被更改');
|
||||
|
|
Loading…
Reference in New Issue