|
|
@@ -1940,7 +1940,6 @@ class Transfer extends Start_Controller {
|
|
|
|
|
|
$transfer_list = $this->transfer->find_all();
|
|
|
$t = $transfer_list = array_column($transfer_list, 'title', 'id');
|
|
|
- $t[0] = "";
|
|
|
$where = 'type = 1 ';
|
|
|
|
|
|
$where .= " and is_over = 0 and orver_flag = ".$orver_flag." ";
|
|
|
@@ -1963,6 +1962,7 @@ class Transfer extends Start_Controller {
|
|
|
}
|
|
|
|
|
|
$where .= " and time > '$timetk' and time < '$timetj'";
|
|
|
+ $where .= " and ycrk_type = 0 ";
|
|
|
|
|
|
$list = $this->systemtransfer_cr->find_all($where,'*',$order_str,$start,$perpage);
|
|
|
|