Browse Source

修改数据commom的ioss展示

lvhao 3 weeks ago
parent
commit
3b46f350f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/libraries/Common.php

+ 1 - 1
core/CoreApp/libraries/Common.php

@@ -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;
 	}