|
|
@@ -1952,7 +1952,7 @@ class Transfer extends Start_Controller {
|
|
|
$transfer_list = $this->transfer->find_all();
|
|
|
$t = $transfer_list = array_column($transfer_list, 'title', 'id');
|
|
|
$where = 'type = 1 ';
|
|
|
- $where .= " and ycrk_type != 0 ";
|
|
|
+ $where .= " and ycrk_type = 0 ";
|
|
|
$where .= " and is_over = 0 and orver_flag = ".$orver_flag." ";
|
|
|
//数据排序
|
|
|
$order_str = "id desc";
|
|
|
@@ -2084,7 +2084,7 @@ class Transfer extends Start_Controller {
|
|
|
header('Location: /');exit;
|
|
|
}
|
|
|
$where = " orver_flag = 2 and type = 1";
|
|
|
- $where .= " and ycrk_type != 0 ";
|
|
|
+ $where .= " and ycrk_type = 0 ";
|
|
|
|
|
|
if(empty($transfer_id)){
|
|
|
$where .= " and lx in (".implode(',',$transfer_ids).") ";
|