|
@@ -136,7 +136,7 @@ $this->ci = &get_instance();
|
|
|
function _ioss($num=500,$order=NULL)
|
|
|
{
|
|
|
$this->ci->load->_model('Model_ioss','ioss');
|
|
|
- $where = "1 = 1";
|
|
|
+ $where = "is_delete = 0";
|
|
|
$result = $this->ci->ioss->find_all($where,'*',$order,0,$num);
|
|
|
return $result;
|
|
|
}
|