|
|
@@ -2270,7 +2270,7 @@ class Transfer extends Start_Controller {
|
|
|
$transfer_str = implode(",",$transfer_ids);
|
|
|
$sql_r .= " and c.lx in (".$transfer_str.") ";
|
|
|
}
|
|
|
- $sql_r .=" where s.is_jiaji = 2 and s.rk not like '%|11|%' " ;
|
|
|
+ $sql_r .=" where s.ycrk_type = 0 and s.is_jiaji = 2 and s.rk not like '%|11|%' " ;
|
|
|
$rows_r = $this->db->query($sql_r);
|
|
|
$get_list = $rows_r->result_array();
|
|
|
|
|
|
@@ -2403,6 +2403,7 @@ class Transfer extends Start_Controller {
|
|
|
$start = ($page - 1)*$perpage;
|
|
|
}
|
|
|
$where = "time > '$timetk' and time < '$timetj'";
|
|
|
+ $where .= " and ycrk_type = 0 ";
|
|
|
$where .= " and rk not like '%11|' ";
|
|
|
if(!empty($transfer)){
|
|
|
$where .= " and rk like '%|".$transfer."|%' ";
|
|
|
@@ -2520,6 +2521,7 @@ class Transfer extends Start_Controller {
|
|
|
// $t = $transfer_list = array_column($transfer_list, 'title', 'id');
|
|
|
// $transfer_ids = array_keys($t);
|
|
|
$where = "time > '$timetk' and time < '$timetj'";
|
|
|
+ $where .= " and ycrk_type = 0 ";
|
|
|
$where .= " and rk not like '%11|' ";
|
|
|
if(!empty($transfer)){
|
|
|
$where .= " and rk like '%|".$transfer."|%' ";
|